mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-10 06:48:00 -05:00
tricolored Ubuntu logo
This commit is contained in:
@@ -2911,30 +2911,32 @@ asciiText () {
|
||||
|
||||
"Ubuntu")
|
||||
if [[ "$no_color" != "1" ]]; then
|
||||
c1=$(getColor 'light red') # Red
|
||||
c1=$(getColor 'white') # White
|
||||
c2=$(getColor 'light red') # Light Red
|
||||
c3=$(getColor 'yellow') # Bold Yellow
|
||||
fi
|
||||
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; fi
|
||||
if [ -n "${my_lcolor}" ]; then c1="${my_lcolor}"; c2="${my_lcolor}"; c3="${my_lcolor}"; fi
|
||||
startline="0"
|
||||
logowidth="38"
|
||||
fulloutput=(
|
||||
"${c1} ./+o+- %s"
|
||||
"${c1} yyyyy. 'yyyyyy+ %s"
|
||||
"${c1} .;//+/////h yyyyyyo %s"
|
||||
"${c1} .++ .:/++++++/-.\`sss/\` %s"
|
||||
"${c1} .:++o: \`\++++++++/:---:/- %s"
|
||||
"${c1} o:+o+:++. \`\`\`\`\`'-/ooo+++++\ %s"
|
||||
"${c1} .:+o:+o/. \`+sssooo+\ %s"
|
||||
"${c1} .++/+ +oo+o:\` \sssooo; %s"
|
||||
"${c1} /+++//+: oo+o \`\`\`\`\`\`\` %s"
|
||||
"${c1} \+/+o+++ o++o ydddhh+ %s"
|
||||
"${c1} .++.o+ +oo+:\` /dddhhh; %s"
|
||||
"${c1} .+.o+oo:. oddhhhh+ %s"
|
||||
"${c1} \+.++o+o\` -,,,,.:ohdhhhhh+ %s"
|
||||
"${c1} \`:o+++ ohhhhhhhhyo++os: %s"
|
||||
"${c1} .o: .syhhhhhhh'.oo++o. %s"
|
||||
"${c1} /osyyyyyyy.oooo+++\ %s"
|
||||
"${c1} \`\`\`\`\` +oo+++o:/ %s"
|
||||
"${c1} \`oo++'\` %s")
|
||||
"${c2} ./+o+- %s"
|
||||
"${c1} yyyyy- ${c2}-yyyyyy+ %s"
|
||||
"${c1} ${c1}://+//////${c2}-yyyyyyo %s"
|
||||
"${c3} .++ ${c1}.:/++++++/-${c2}.+sss/\` %s"
|
||||
"${c3} .:++o: ${c1}/++++++++/:--:/- %s"
|
||||
"${c3} o:+o+:++.${c1}\`..\`\`\`.-/oo+++++/ %s"
|
||||
"${c3} .:+o:+o/.${c1} \`+sssoo+/ %s"
|
||||
"${c1} .++/+:${c3}+oo+o:\`${c1} /sssooo. %s"
|
||||
"${c1} /+++//+:${c3}\`oo+o${c1} /::--:. %s"
|
||||
"${c1} \+/+o+++${c3}\`o++o${c2} ++////. %s"
|
||||
"${c1} .++.o+${c3}++oo+:\`${c2} /dddhhh. %s"
|
||||
"${c3} .+.o+oo:.${c2} \`oddhhhh+ %s"
|
||||
"${c3} \+.++o+o\`${c2}\`-\`\`\`\`.:ohdhhhhh+ %s"
|
||||
"${c3} \`:o+++ ${c2}\`ohhhhhhhhyo++os: %s"
|
||||
"${c3} .o:${c2}\`.syhhhhhhh/${c3}.oo++o\` %s"
|
||||
"${c2} /osyyyyyyo${c3}++ooo+++/ %s"
|
||||
"${c2} \`\`\`\`\` ${c3}+oo+++o\: %s"
|
||||
"${c3} \`oo++. %s")
|
||||
;;
|
||||
|
||||
"KDE neon")
|
||||
|
||||
Reference in New Issue
Block a user