[PR] dylanaraps/neofetch#2215 from VitoFe - Add garuda_small, sort _small variants

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2215
Thanks to @VitoFe

Co-authored-by: VitoFe <vito-7@hotmail.it>
This commit is contained in:
Azalea 2022-10-21 14:42:22 -04:00
commit 774598fcb3

View file

@ -8907,6 +8907,17 @@ o/:-...................................:
EOF EOF
;; ;;
"garuda_small")
set_colors 7 7 3 7 2 4
read -rd '' ascii_data <<'EOF'
${c3} .----.
.' ${c6},${c3} '.
${c4} .' ${c6}'${c3}-----|
'${c5}. -----,
'.____.'
EOF
;;
"Garuda"*) "Garuda"*)
set_colors 7 7 3 7 2 4 set_colors 7 7 3 7 2 4
read -rd '' ascii_data <<'EOF' read -rd '' ascii_data <<'EOF'