revert old logo
This commit is contained in:
parent
5df16a361d
commit
7b62b8091c
10
neofetch
10
neofetch
|
@ -2098,6 +2098,9 @@ 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
|
||||||
|
@ -2590,10 +2593,15 @@ colors() {
|
||||||
ascii_distro="mint"
|
ascii_distro="mint"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"LMDE"* | "Chapeau"* | "Bitrig"* | "Android"*)
|
"LMDE"* | "Chapeau"* | "Bitrig"*)
|
||||||
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
|
||||||
;;
|
;;
|
||||||
|
|
Reference in New Issue