[PR] dylanaraps/neofetch#2357 from gapan - Add Salix ascii art
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2357 Thanks to @gapan Co-authored-by: George Vlahavas <vlahavas@gmail.com>
This commit is contained in:
commit
59ef6434d7
1 changed files with 26 additions and 0 deletions
26
neofetch
26
neofetch
|
@ -12993,6 +12993,32 @@ xxxxxxxxxxxxxxxxxx0 xxxxxxxxxxxxxx
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Salix"*)
|
||||||
|
set_colors 2
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} __s_aaaaaaaaauuoXSSSSSSSS:
|
||||||
|
._xSSSSSSSSSSSSSSSSSSSSSSSSSS:
|
||||||
|
_aSSSSSSSSSSSSSSSSSSSSSSSSSSSSS:
|
||||||
|
_xSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS:
|
||||||
|
<XSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS:
|
||||||
|
-"^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^'
|
||||||
|
|
||||||
|
.ssssssssssssssssssssssssssssssssssss
|
||||||
|
{SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSl
|
||||||
|
oSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS;
|
||||||
|
:XSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS;
|
||||||
|
{SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
|
||||||
|
-"""""""""""""""""""""""""""""""""""'
|
||||||
|
|
||||||
|
<assssssssssssssssssssssssssssssss>
|
||||||
|
nSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS}
|
||||||
|
nSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS}`
|
||||||
|
XSSSSSSSSSSSSSSSSSSSSSSSSSSSS"`
|
||||||
|
SSSSSSSSSSSSSSSSSSSSSSSSS!"`
|
||||||
|
-""""""""""""""""""""""`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Scientific"*)
|
"Scientific"*)
|
||||||
set_colors 4 7 1
|
set_colors 4 7 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Loading…
Reference in a new issue