os: Add Quibian (#1561)
This commit is contained in:
parent
8a9eacbab8
commit
f74746d5b9
24
neofetch
24
neofetch
|
@ -9110,6 +9110,30 @@ ${c1} `..--..`
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Quibian"*)
|
||||||
|
set_colors 3 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} `.--::::::::--.`
|
||||||
|
`.-:::-..`` ``..-::-.`
|
||||||
|
.::::-` .${c2}+${c1}:`` `.-::.`
|
||||||
|
.::::.` -::::::-` `.::.
|
||||||
|
`-:::-` -:::::::::--..`` .::`
|
||||||
|
`::::- .${c2}oy${c1}:::::::---.```.: `::`
|
||||||
|
-:::: `.-:::::::::::-.``` `::
|
||||||
|
.::::.`-:::::::::::::. `:.
|
||||||
|
-::::.::::::::::::::: -:
|
||||||
|
::::::::::::::::::::` `:
|
||||||
|
:::::::::::::::::::- `:
|
||||||
|
::::::::::::::::::: --
|
||||||
|
.:::::::::::::::::` `:`
|
||||||
|
`::::::::::::::::: -`
|
||||||
|
.:::::::::::::::- -`
|
||||||
|
`::::::::::::::- `.`
|
||||||
|
.::::::::::::- ``
|
||||||
|
`.--:::::-.
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Radix"*)
|
"Radix"*)
|
||||||
set_colors 1 2
|
set_colors 1 2
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue