mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-04-24 03:00:16 -04:00
Correcting horrible tabs in Debian logo.
This commit is contained in:
@@ -1677,25 +1677,26 @@ asciiText () {
|
||||
fi
|
||||
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; fi
|
||||
startline="0"
|
||||
fulloutput=(" $c1 _,met\$\$\$\$\$gg.\t\t %s"
|
||||
" $c1 ,g\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$P.\t%s"
|
||||
" $c1 ,g\$\$P\"\" \"\"\"Y\$\$.\".\t%s"
|
||||
" $c1 ,\$\$P' \`\$\$\$.\t%s"
|
||||
" $c1',\$\$P ,ggs. \`\$\$b:\t%s"
|
||||
" $c1\`d\$\$' ,\$P\"\' $c2.$c1 \$\$\$\t%s"
|
||||
" $c1 \$\$P d\$\' $c2,$c1 \$\$P\t%s"
|
||||
" $c1 \$\$: \$\$. $c2-$c1 ,d\$\$'\t%s"
|
||||
" $c1 \$\$\; Y\$b._ _,d\$P'\t%s"
|
||||
" $c1 Y\$\$. $c2\`.$c1\`\"Y\$\$\$\$P\"'\t\t%s"
|
||||
" $c1 \`\$\$b $c2\"-.__\t\t%s"
|
||||
" $c1 \`Y\$\$\t\t\t%s"
|
||||
" $c1 \`Y\$\$.\t\t\t%s"
|
||||
" $c1 \`\$\$b.\t\t\t%s"
|
||||
" $c1 \`Y\$\$b.\t\t\t%s"
|
||||
" $c1 \`\"Y\$b._\t\t%s"
|
||||
fulloutput=(" $c1 _,met\$\$\$\$\$gg. %s"
|
||||
" $c1 ,g\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$P. %s"
|
||||
" $c1 ,g\$\$P\"\" \"\"\"Y\$\$.\". %s"
|
||||
" $c1 ,\$\$P' \`\$\$\$. %s"
|
||||
" $c1',\$\$P ,ggs. \`\$\$b: %s"
|
||||
" $c1\`d\$\$' ,\$P\"\' $c2.$c1 \$\$\$ %s"
|
||||
" $c1 \$\$P d\$\' $c2,$c1 \$\$P %s"
|
||||
" $c1 \$\$: \$\$. $c2-$c1 ,d\$\$' %s"
|
||||
" $c1 \$\$\; Y\$b._ _,d\$P' %s"
|
||||
" $c1 Y\$\$. $c2\`.$c1\`\"Y\$\$\$\$P\"' %s"
|
||||
" $c1 \`\$\$b $c2\"-.__ %s"
|
||||
" $c1 \`Y\$\$ %s"
|
||||
" $c1 \`Y\$\$. %s"
|
||||
" $c1 \`\$\$b. %s"
|
||||
" $c1 \`Y\$\$b. %s"
|
||||
" $c1 \`\"Y\$b._ %s"
|
||||
" $c1 \`\"\"\"\"")
|
||||
;;
|
||||
|
||||
|
||||
"CrunchBang")
|
||||
if [[ "$no_color" != "1" ]]; then
|
||||
c1="\e[1;37m" # White
|
||||
|
||||
Reference in New Issue
Block a user