neofetch: add AOSC OS/Retro logo
This commit is contained in:
parent
16cf4fd4c6
commit
f2baf51fc1
26
neofetch
26
neofetch
|
@ -5393,7 +5393,31 @@ ${c1}
|
||||||
EOF
|
EOF
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"AOSC"*)
|
"AOSC OS/Retro"*)
|
||||||
|
set_colors 4 7 1 3
|
||||||
|
read -rd '' ascii_data <<'EOF'
|
||||||
|
${c2} .........
|
||||||
|
...................
|
||||||
|
.....................${c1}################${c2}
|
||||||
|
.............. ....${c1}################${c2}
|
||||||
|
.............. ...${c1}################${c2}
|
||||||
|
............. ..${c1}****************${c2}
|
||||||
|
............ . .${c1}****************${c2}
|
||||||
|
........... ... ${c1}................${c2}
|
||||||
|
.......... ..... ${c1}...............${c2}
|
||||||
|
......... ....... ...
|
||||||
|
.${c3}...... ${c2}.
|
||||||
|
${c3}..... .....${c2}.... ${c4}...........
|
||||||
|
${c3}.... ......${c2}. ${c4}...........
|
||||||
|
${c3}... ....... ${c4}...........
|
||||||
|
${c3}................ ${c4}***********
|
||||||
|
${c3}................ ${c4}###########
|
||||||
|
${c3}****************
|
||||||
|
${c3}################
|
||||||
|
EOF
|
||||||
|
;;
|
||||||
|
|
||||||
|
"AOSC OS"*)
|
||||||
set_colors 4 7 1
|
set_colors 4 7 1
|
||||||
read -rd '' ascii_data <<'EOF'
|
read -rd '' ascii_data <<'EOF'
|
||||||
${c2} .:+syhhhhys+:.
|
${c2} .:+syhhhhys+:.
|
||||||
|
|
Reference in New Issue