OS: Add support for ClearOS
This commit is contained in:
parent
dfafca9f62
commit
1fc48be2f4
26
neofetch
26
neofetch
|
@ -5417,6 +5417,32 @@ ${c1} ..,:${c3}dOkxl:.
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"ClearOS"*)
|
||||||
|
set_colors 2
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} `.--::::::--.`
|
||||||
|
.-:////////////////:-.
|
||||||
|
`-////////////////////////-`
|
||||||
|
-////////////////////////////-
|
||||||
|
`//////////////-..-//////////////`
|
||||||
|
./////////////: ://///////////.
|
||||||
|
`//////:..-////: :////-..-//////`
|
||||||
|
://////` -///:.``.:///-` ://///:
|
||||||
|
`///////:. -////////-` `:///////`
|
||||||
|
.//:--////:. -////-` `:////--://.
|
||||||
|
./: .////:. --` `:////- :/.
|
||||||
|
`//-` .////:. `:////- `-//`
|
||||||
|
:///-` .////:. `:////- `-///:
|
||||||
|
`/////-` -///: :///- `-/////`
|
||||||
|
`//////- `///: :///` .//////`
|
||||||
|
`:////: `///: :///` -////:`
|
||||||
|
.://: `///: :///` -//:.
|
||||||
|
.:: `///: :///` -:.
|
||||||
|
`///: :///`
|
||||||
|
`... ...`
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"Clover"*)
|
"Clover"*)
|
||||||
set_colors 2 6
|
set_colors 2 6
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue