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