From 5072baf1cfa6a03cb3149fb91af7bf14245d6763 Mon Sep 17 00:00:00 2001 From: ACertainPersons <127463096+ACertainPersons@users.noreply.github.com> Date: Wed, 29 Nov 2023 19:47:33 -0600 Subject: [PATCH 1/2] Added linux_small --- neofetch | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 ;; From 8ee497ad9709b3af05e3c215b817d2d2659bc53f Mon Sep 17 00:00:00 2001 From: ACertainPersons <127463096+ACertainPersons@users.noreply.github.com> Date: Wed, 29 Nov 2023 20:20:06 -0600 Subject: [PATCH 2/2] Readded Plasma for Backwards Compatibility --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 1b7626c9..91d3c3a4 100755 --- a/neofetch +++ b/neofetch @@ -1129,6 +1129,7 @@ get_distro() { case $XDG_CONFIG_DIRS in *"studio"*) distro=${distro/Ubuntu/Ubuntu Studio} ;; *"kde"*) distro=${distro/Ubuntu/Kubuntu} ;; + *"plasma") distro=${distro/Ubuntu/Kubuntu} ;; *"mate"*) distro=${distro/Ubuntu/Ubuntu MATE} ;; *"xubuntu"*) distro=${distro/Ubuntu/Xubuntu} ;; *"Lubuntu"*) distro=${distro/Ubuntu/Lubuntu} ;; @@ -5183,7 +5184,7 @@ ASCII: Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola, Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS, Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian, - postmarketOS, linux, and Void have a smaller logo variant. + postmarketOS, and Void have a smaller logo variant. NOTE: Use '{distro name}_small' to use the small variants.