[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:
commit
774598fcb3
1 changed files with 11 additions and 0 deletions
11
neofetch
11
neofetch
|
@ -8907,6 +8907,17 @@ o/:-...................................:
|
|||
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"*)
|
||||
set_colors 7 7 3 7 2 4
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Loading…
Reference in a new issue