[PR] dylanaraps/neofetch#2417 from ACertainPersons - Added linux_small

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2417
Thanks to @ACertainPersons

Co-authored-by: ACertainPersons <127463096+ACertainPersons@users.noreply.github.com>
This commit is contained in:
Azalea 2023-12-01 14:35:09 -05:00
commit 76f3ce2608

View file

@ -10745,6 +10745,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
;;