Added linux_small
This commit is contained in:
parent
953001537f
commit
5072baf1cf
1 changed files with 14 additions and 2 deletions
16
neofetch
16
neofetch
|
@ -818,7 +818,7 @@ image_source="auto"
|
||||||
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
# Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||||
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
# Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||||
# Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
# 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.
|
# Use '{distro name}_small' to use the small variants.
|
||||||
ascii_distro="auto"
|
ascii_distro="auto"
|
||||||
|
|
||||||
|
@ -5183,7 +5183,7 @@ ASCII:
|
||||||
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
Artix, CentOS, Cleanjaro, ElementaryOS, GUIX, Hyperbola,
|
||||||
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
Manjaro, MXLinux, NetBSD, Parabola, POP_OS, PureOS,
|
||||||
Slackware, SunOS, LinuxLite, OpenSUSE, Raspbian,
|
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.
|
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}#${c1}#####${c2}#${c3}#######
|
${c3}#######${c2}#${c1}#####${c2}#${c3}#######
|
||||||
${c3} #####${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
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue