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} ╲ ▁▂▂▂▁ ${c1} /\` \`/
▄███████▄ \`o::/++++/::o\`
▄██${c2} ${c1}███${c2} ${c1}██▄ \`/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))" lines="$((lines+=1))"
done <<< "$ascii_strip" 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" padding="\033[$((ascii_length + gap))C"
printf "%b%s" "$print" printf "%b%s" "$print"
export LC_ALL=C export LC_ALL=C
@ -2593,15 +2590,10 @@ colors() {
ascii_distro="mint" ascii_distro="mint"
;; ;;
"LMDE"* | "Chapeau"* | "Bitrig"*) "LMDE"* | "Chapeau"* | "Bitrig"* | "Android"*)
setcolors 2 7 setcolors 2 7
;; ;;
"Android"*)
setcolors 2 7
ascii_length_force="19"
;;
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*) "NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*)
setcolors 5 7 setcolors 5 7
;; ;;