Update raspbian_small ascii art (#1483)
* Update raspbian_small ascii art * Escape rogue backslash
This commit is contained in:
parent
d8e957cb0d
commit
6b26a4d688
19
neofetch
19
neofetch
|
@ -9282,16 +9282,15 @@ EOF
|
||||||
"Raspbian_small"*)
|
"Raspbian_small"*)
|
||||||
set_colors 2 1
|
set_colors 2 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c1} .~~. .~~.
|
${c1} .. ,.
|
||||||
'. \\ ' ' / .'
|
:oo: .:oo:
|
||||||
${c2} .~ .~~~..~.
|
'o\\o o/o:
|
||||||
: .~.'~'.~. :
|
${c2} :: . :: . ::
|
||||||
~ ( ) ( ) ~
|
:: ::: ::: ::
|
||||||
( : '~'.~.'~' : )
|
:' '',.'' ':
|
||||||
~ .~ ( ) ~. ~
|
::: :::: :::
|
||||||
( : '~' : )
|
':, '' ,:'
|
||||||
'~ .~~~. ~'
|
' ~::~ '
|
||||||
'~'
|
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue