[PR] dylanaraps/neofetch#2213 from EnterTheVoid-x86 - Add Cobalt Linux logo
Upstream PR: https://github.com/dylanaraps/neofetch/pull/2213 Thanks to @EnterTheVoid-x86 Co-authored-by: etvx86 <64978924+EnterTheVoid-x86@users.noreply.github.com>
This commit is contained in:
commit
8abfb0c876
1 changed files with 22 additions and 0 deletions
22
neofetch
22
neofetch
|
@ -7135,6 +7135,28 @@ ${c1} '
|
||||||
'` `'
|
'` `'
|
||||||
EOF
|
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"*)
|
"Arya"*)
|
||||||
set_colors 2 1
|
set_colors 2 1
|
||||||
|
|
Loading…
Reference in a new issue