From 7b62b8091c3b6958dc83618fb53c3bcd60e2965b Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 21 Oct 2016 19:01:25 +1100 Subject: [PATCH] revert old logo --- neofetch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index d070d377..dcd23799 100755 --- a/neofetch +++ b/neofetch @@ -2098,6 +2098,9 @@ 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 @@ -2590,10 +2593,15 @@ colors() { ascii_distro="mint" ;; - "LMDE"* | "Chapeau"* | "Bitrig"* | "Android"*) + "LMDE"* | "Chapeau"* | "Bitrig"*) setcolors 2 7 ;; + "Android"*) + setcolors 2 7 + ascii_length_force="19" + ;; + "NetBSD"* | "Parabola"* | "Tails"* | "BLAG"*) setcolors 5 7 ;;