ASCII: Fixed Gentoo ASCII not appearing on distro_shorthand=off
This commit is contained in:
parent
f2f50f2b7e
commit
0386551664
1 changed files with 6 additions and 1 deletions
7
neofetch
7
neofetch
|
@ -2576,10 +2576,15 @@ get_distro_colors() {
|
||||||
set_colors 4 3
|
set_colors 4 3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"* | "Gentoo"* | "Funtoo"* | "SteamOS"* | "Devuan"*)
|
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"* | "Funtoo"* | "SteamOS"* | "Devuan"*)
|
||||||
set_colors 5 7
|
set_colors 5 7
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"Gentoo"*)
|
||||||
|
set_colors 5 7
|
||||||
|
ascii_distro="gentoo"
|
||||||
|
;;
|
||||||
|
|
||||||
"OpenBSD"* | "GuixSD"* | "Pardus"*)
|
"OpenBSD"* | "GuixSD"* | "Pardus"*)
|
||||||
set_colors 3 7 6 1 8
|
set_colors 3 7 6 1 8
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue