Merge pull request #1332 from wwchak/ArchStrikeAscii
Add ArcheStrike ASCII
This commit is contained in:
commit
9cdcdca754
23
neofetch
23
neofetch
|
@ -5274,6 +5274,29 @@ ${c1} 'c'
|
|||
EOF
|
||||
;;
|
||||
|
||||
"ArchStrike"*)
|
||||
set_colors 8 6
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
${c1} *
|
||||
**.
|
||||
****
|
||||
******
|
||||
*******
|
||||
** *******
|
||||
**** *******
|
||||
${c1}****${c2}_____${c1}***${c2}/${c1}*
|
||||
***${c2}/${c1}*******${c2}//${c1}***
|
||||
**${c2}/${c1}********${c2}///${c1}*${c2}/${c1}**
|
||||
**${c2}/${c1}*******${c2}////${c1}***${c2}/${c1}**
|
||||
**${c2}/${c1}****${c2}//////.,${c1}****${c2}/${c1}**
|
||||
***${c2}/${c1}*****${c2}/////////${c1}**${c2}/${c1}***
|
||||
****${c2}/${c1}**** ${c2}/////${c1}***${c2}/${c1}****
|
||||
******${c2}/${c1}*** ${c2}//// ${c1}**${c2}/${c1}******
|
||||
********${c2}/${c1}* ${c2}/// ${c1}*${c2}/${c1}********
|
||||
,****** ${c2}// ______ / ${c1}******,
|
||||
EOF
|
||||
;;
|
||||
|
||||
*"XFerience"*)
|
||||
set_colors 6 6 7 1
|
||||
read -rd '' ascii_data <<'EOF'
|
||||
|
|
Reference in New Issue