commit
e235ae9238
31
neofetch
31
neofetch
|
@ -5852,6 +5852,37 @@ ${c1} ..,:${c3}dOkxl:.
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"cleanjaro_small"*)
|
||||||
|
set_colors 7 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}█████ ██████████
|
||||||
|
█████ ██████████
|
||||||
|
█████
|
||||||
|
█████
|
||||||
|
█████
|
||||||
|
████████████████
|
||||||
|
████████████████
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
|
"Cleanjaro"*)
|
||||||
|
set_colors 7 7
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c1}███████▌ ████████████████
|
||||||
|
███████▌ ████████████████
|
||||||
|
███████▌ ████████████████
|
||||||
|
███████▌
|
||||||
|
███████▌
|
||||||
|
███████▌
|
||||||
|
███████▌
|
||||||
|
███████▌
|
||||||
|
█████████████████████████
|
||||||
|
█████████████████████████
|
||||||
|
█████████████████████████
|
||||||
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
"ClearOS"*)
|
"ClearOS"*)
|
||||||
set_colors 2
|
set_colors 2
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
|
Reference in New Issue