ascii: Added support for Huayra Linux. Closes #1138
This commit is contained in:
parent
6c966b05ae
commit
27258fb93c
23
neofetch
23
neofetch
|
@ -6182,6 +6182,29 @@ ${c2} :dc'
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Huayra"*)
|
||||||
|
set_colors 4 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c2} `
|
||||||
|
. . `
|
||||||
|
`` - . .
|
||||||
|
`.` -` `. - `` .`
|
||||||
|
..`-`-` + - / .` ```
|
||||||
|
.--.+--`+:- :/.` .-``.`
|
||||||
|
-+/so::h:.d-`./:`.`
|
||||||
|
:hNhyMomy:os-...-. ````
|
||||||
|
.dhsshNmNhoo+:-``.```
|
||||||
|
${c1}`ohy:-${c2}NMds+::-.``
|
||||||
|
````${c1}.hNN+`${c2}mMNho/:-....````
|
||||||
|
````` ${c1}`..${c2}/dmNhoo+/:..``
|
||||||
|
```` .dh++o/:....`
|
||||||
|
.+s/` `/s-.-.:.`` ````
|
||||||
|
::` `::`..`
|
||||||
|
.` `..
|
||||||
|
``
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Hyperbola"*)
|
"Hyperbola"*)
|
||||||
set_colors 8
|
set_colors 8
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue