From edb6920df952325e57703eae43cc564d6debde17 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 21 Oct 2016 18:54:37 +1100 Subject: [PATCH] New android logo --- ascii/distro/android | 33 ++++++++++++++++++++------------- neofetch | 10 +--------- 2 files changed, 21 insertions(+), 22 deletions(-) diff --git a/ascii/distro/android b/ascii/distro/android index ff6d4949..c77503dc 100644 --- a/ascii/distro/android +++ b/ascii/distro/android @@ -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. " diff --git a/neofetch b/neofetch index dcd23799..d070d377 100755 --- a/neofetch +++ b/neofetch @@ -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 ;;