Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c4fba8b

Browse files
authored
add CBL Mariner ascii art (#1972)
1 parent c1c6993 commit c4fba8b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

neofetch

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6536,6 +6536,29 @@ ${c2} ..........
65366536
EOF
65376537
;;
65386538

6539+
"CBL-Mariner"*)
6540+
set_colors 6
6541+
read -rd '' ascii_data <<'EOF'
6542+
${c1} .
6543+
:- .
6544+
:==. .=:
6545+
:===: -==:
6546+
:-===: .====:
6547+
:-====- -=====:
6548+
-====== :=======:
6549+
-======. .=========:
6550+
-======: -==========.
6551+
-======- -===========.
6552+
:======- :===========.
6553+
:=======. .-==========.
6554+
:=======: -==========.
6555+
:=======- :==========.
6556+
:=======- .-========-
6557+
:--------. :========-
6558+
..:::--=========-
6559+
..::---================-=-
6560+
EOF
6561+
;;
65396562

65406563
"CelOS"*)
65416564
set_colors 4 6 0 5

0 commit comments

Comments
 (0)