Skip to content

Commit

Permalink
[PR] dylanaraps/neofetch#2251 from sahanuser - Add Aster Linux Logo
Browse files Browse the repository at this point in the history
Upstream PR: dylanaraps/neofetch#2251
Thanks to @sahanuser

Co-authored-by: sahanuser <sahan.user@gmail.com>
  • Loading branch information
hykilpikonna and PixelSurge committed Dec 3, 2022
2 parents b2b51fa + 3f6211a commit 18fe75e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -7209,6 +7209,30 @@ ${c1}:syyyyyy/ :yyyyyy/${c2}-yyo.:syyyyyyyyyyy
EOF
;;

"Aster"*)
set_colors 6 6
read -rd '' ascii_data <<'EOF'
${c1} ...''...
${c1} .;oOXWMWNXXXNMMN0d:.
${c1} .oXMWOo;.. ..:oO;
${c1} ;KMWx, co,
${c1} 'KMNl dMMW.
${c1} oMMx xMMMMk
${c1} xMM: dMMMMMM;
${c1} cMMl dMMMMMMMW
${c1} NMK xMMMx::dXMx
${c1} ,MMl xMMN' .o.
${c1} cMM; dMMW'
${c1} ;MMc oMMW,
${c1} WMK dMMW, ccccccc.
${c1} lMMl oMMM; ooooooo.
${c1} OMMc ...
${c1} xMMx
${c1} ;XMN:
${c1} ,.
EOF
;;

"AsteroidOS"*)
set_colors 160 208 202 214
read -rd '' ascii_data <<'EOF'
Expand Down

0 comments on commit 18fe75e

Please sign in to comment.