add CBL Mariner ascii art (#1972)
This commit is contained in:
parent
c1c699378f
commit
c4fba8bb0b
1 changed files with 23 additions and 0 deletions
23
neofetch
23
neofetch
|
@ -6536,6 +6536,29 @@ ${c2} ..........
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"CBL-Mariner"*)
|
||||||
|
set_colors 6
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1} .
|
||||||
|
:- .
|
||||||
|
:==. .=:
|
||||||
|
:===: -==:
|
||||||
|
:-===: .====:
|
||||||
|
:-====- -=====:
|
||||||
|
-====== :=======:
|
||||||
|
-======. .=========:
|
||||||
|
-======: -==========.
|
||||||
|
-======- -===========.
|
||||||
|
:======- :===========.
|
||||||
|
:=======. .-==========.
|
||||||
|
:=======: -==========.
|
||||||
|
:=======- :==========.
|
||||||
|
:=======- .-========-
|
||||||
|
:--------. :========-
|
||||||
|
..:::--=========-
|
||||||
|
..::---================-=-
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"CelOS"*)
|
"CelOS"*)
|
||||||
set_colors 4 6 0 5
|
set_colors 4 6 0 5
|
||||||
|
|
Loading…
Reference in a new issue