Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2213 from EnterTheVoid-x86 - Add Cobalt Linu…
Browse files Browse the repository at this point in the history
…x logo

Upstream PR: dylanaraps/neofetch#2213
Thanks to @EnterTheVoid-x86

Co-authored-by: etvx86 <64978924+EnterTheVoid-x86@users.noreply.github.com>
  • Loading branch information
hykilpikonna and EnterTheVoid-x86 committed Oct 21, 2022
2 parents 7a6628d + 49003c8 commit 8abfb0c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -7135,6 +7135,28 @@ ${c1} '
'` `'
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
;;

"Arya"*)
set_colors 2 1
Expand Down

0 comments on commit 8abfb0c

Please sign in to comment.