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

@ -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
;;