New android logo

This commit is contained in:
Dylan Araps 2016-10-21 18:54:37 +11:00
parent 5f4e9e5d8e
commit edb6920df9
2 changed files with 21 additions and 22 deletions

View File

@ -1,15 +1,22 @@
"\
${c1} ╲ ▁▂▂▂▁
▄███████▄
▄██${c2} ${c1}███${c2} ${c1}██▄
▄███████████▄
▄█ ▄▄▄▄▄▄▄▄▄▄▄▄▄ █▄
██ █████████████ ██
██ █████████████ ██
██ █████████████ ██
██ █████████████ ██
█████████████
███████████
██ ██
██ ██
${c1} /\` \`/
\`o::/++++/::o\`
\`/syyyyyyyyyyyys/\`
-yyy/\`+yyyyyy+\`/yyy:
.yyyyysyyyyyyyysyyyyy-
:oooooooooooooooooooo/
:/:\` -////////////////////: \`:/:\`
+yyyo +yyyyyyyyyyyyyyyyyyyyo +yyyo
+yyyo +yyyyyyyyyyyyyyyyyyyyo +yyyo
+yyyo +yyyyyyyyyyyyyyyyyyyyo +yyyo
+yyyo +yyyyyyyyyyyyyyyyyyyyo +yyyo
+yyyo +yyyyyyyyyyyyyyyyyyyyo +yyyo
+yyyo +yyyyyyyyyyyyyyyyyyyyo +yyyo
\`://\` +yyyyyyyyyyyyyyyyyyyyo \`://\`
+yyyyyyyyyyyyyyyyyyyyo
.oyyyyyyyyyyyyyyyyyyo.
/yyys syyy+
/yyys syyy+
/yyys syyy+
.oso: :oso.
"

View File

@ -2098,9 +2098,6 @@ getascii() {
lines="$((lines+=1))"
done <<< "$ascii_strip"
# Overwrite padding if ascii_length_force is set.
[ "$ascii_length_force" ] && ascii_length="$ascii_length_force"
padding="\033[$((ascii_length + gap))C"
printf "%b%s" "$print"
export LC_ALL=C
@ -2593,15 +2590,10 @@ colors() {
ascii_distro="mint"
;;
"LMDE"* | "Chapeau"* | "Bitrig"*)
"LMDE"* | "Chapeau"* | "Bitrig"* | "Android"*)
setcolors 2 7
;;
"Android"*)
setcolors 2 7
ascii_length_force="19"
;;
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*)
setcolors 5 7
;;