Skip to content

Commit

Permalink
Add Cobalt Linux logo (dylanaraps#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatehay authored Oct 11, 2022
1 parent 5a67536 commit 1a4e17a
Showing 1 changed file with 27 additions and 5 deletions.
32 changes: 27 additions & 5 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -809,9 +809,9 @@ image_source="auto"
# ArchStrike, ArcoLinux, Artix, Arya, Asahi, AsteroidOS, astOS, Bedrock, BigLinux, Bitrig,
# BlackArch, blackPanther, BLAG, BlankOn, BlueLight, Bodhi, bonsai, BSD, BunsenLabs, Cachy OS,
# Calculate, CalinixOS, Carbs, CBL-Mariner, CelOS, Center, CentOS, Chakra, ChaletOS, Chapeau,
# ChonkySealOS, Chrom, Cleanjaro, Clear Linux OS, ClearOS, Clover, Condres, Container Linux by
# CoreOS, CRUX, Crystal Linux, Cucumber, CutefishOS, CyberOS, dahlia, DarkOs, Darwin, Debian,
# Deepin, DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary, Elive, EncryptOS, EndeavourOS,
# ChonkySealOS, Chrom, Cleanjaro, Clear Linux OS, ClearOS, Clover, Cobalt Linux, Condres,
# Container Linux by CoreOS, CRUX, Crystal Linux, Cucumber, CutefishOS, CyberOS, dahlia, DarkOs, Darwin,
# Debian, Deepin, DesaOS, Devuan, DracOS, DragonFly, Drauger, Elementary, Elive, EncryptOS, EndeavourOS,
# Endless, EuroLinux, Exherbo, Exodia Predator OS, Fedora, Feren, Finnix, FreeBSD, FreeMiNT,
# Frugalware, Funtoo, GalliumOS, Garuda, Gentoo, GhostBSD, glaucus, gNewSense, GNOME, GNU,
# GoboLinux, GrapheneOS, Grombyang, Guix, Haiku, HarDClanZ, Hash, Huayra, HydroOS, Hyperbola,
Expand Down Expand Up @@ -5843,8 +5843,8 @@ ASCII:
bonsai, BSD, BunsenLabs, Cachy OS, Calculate, CalinixOS, Carbs, CBL-
Mariner, CelOS, Center, CentOS, Chakra, ChaletOS, Chapeau,
ChonkySealOS, Chrom, Cleanjaro, Clear Linux OS, ClearOS, Clover,
Condres, Container Linux by CoreOS, CRUX, Crystal Linux, Cucumber,
CutefishOS, CyberOS, dahlia, DarkOs, Darwin, Debian, Deepin, DesaOS,
Cobalt Linux, Condres, Container Linux by CoreOS, CRUX, Crystal Linux,
Cucumber, CutefishOS, CyberOS, dahlia, DarkOs, Darwin, Debian, Deepin, DesaOS,
Devuan, DracOS, DragonFly, Drauger, Droidian, Elementary, Elive, EncryptOS,
EndeavourOS, Endless, EuroLinux, Exherbo, Exodia Predator OS,
Fedora, Feren, Finnix, FreeBSD, FreeMiNT, Frugalware, Funtoo,
Expand Down Expand Up @@ -7945,6 +7945,28 @@ oNMMMMMMMMMMMNs` `sy` `oNMMMMMMMMMMMNo
EOF
;;

"Cobalt"*)
set_colors 33 33 59 31 8
read -rd '' ascii_data <<'EOF'
${c1} ///
${c1} ,//////////////
${c1} ///////////////////////////////
${c1} ///////////////${c5}***********${c1}//////
////${c5}***********************${c1}/////
/////${c5}***********************${c1}////
//////${c5},,,,,,,,,,,,,,,,,,,,,,${c1}///
//////${c5},,,,,,,,,,,,,,,,,,,,,,,,,${c1}/////
/////${c5},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c1}/////
${c4} *****${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}*****
******${c3},,,,,,,,,,,,,,,,,,,,,,,,,,,,${c4}*****
*******${c3},,,,,,,,,,,,,,,,,,,,,,,,,${c4}******
*******${c3}......................${c4}*******
******${c3}....${c4}***********************
****************************
*****
EOF
;;

"Condres"*)
set_colors 2 3 6
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 1a4e17a

Please sign in to comment.