diff --git a/neofetch b/neofetch index 3eb61f1b..1b7626c9 100755 --- a/neofetch +++ b/neofetch @@ -818,7 +818,7 @@ image_source="auto" # Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, # Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, # Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, -# postmarketOS, and Void have a smaller logo variant. +# postmarketOS, Linux, and Void have a smaller logo variant. # Use '{distro name}_small' to use the small variants. ascii_distro="auto" @@ -5183,7 +5183,7 @@ ASCII: Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, - postmarketOS, and Void have a smaller logo variant. + postmarketOS, linux, and Void have a smaller logo variant. NOTE: Use '{distro name}_small' to use the small variants. @@ -8304,6 +8304,18 @@ ${c3} ##${c2}#${c1}###########${c2}##${c3}# ${c3}######${c2}#${c1}#######${c2}#${c3}###### ${c3}#######${c2}#${c1}#####${c2}#${c3}####### ${c3} #####${c2}#######${c3}##### +EOF + ;; + "Linux_small") + set_colors fg 8 3 + read -rd '' ascii_data << 'EOF' +${c2} ___ +${c2} (${c1}.. ${c2}| +${c2} (${c3}<> ${c2}| +${c2} / ${c1}__ ${c2}\\ +${c2} ( ${c1}/ \\ ${c2}/| +${c3}_${c2}/\\ ${c1}__)${c2}/${c3}_${c2}) +${c3}\/${c2}-____${c3}\/ EOF ;;