ascii: Added raspbian_small + misc. Closes #1355
This commit is contained in:
parent
a0c05b57f0
commit
6b251e7a0c
16
neofetch
16
neofetch
|
@ -8344,6 +8344,22 @@ yMMMMMMMMMMMMMMMMNNh.
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Raspbian_small"*)
|
||||||
|
set_colors 2 1
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} .~~. .~~.
|
||||||
|
'. \\ ' ' / .'
|
||||||
|
${c2} .~ .~~~..~.
|
||||||
|
: .~.'~'.~. :
|
||||||
|
~ ( ) ( ) ~
|
||||||
|
( : '~'.~.'~' : )
|
||||||
|
~ .~ ( ) ~. ~
|
||||||
|
( : '~' : )
|
||||||
|
'~ .~~~. ~'
|
||||||
|
'~'
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Raspbian"*)
|
"Raspbian"*)
|
||||||
set_colors 2 1
|
set_colors 2 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue