OS: Fix blank ascii art on AntiX
This commit is contained in:
parent
69123890f5
commit
a101014e02
7
neofetch
7
neofetch
|
@ -2470,10 +2470,15 @@ get_distro_colors() {
|
||||||
set_colors 2 1
|
set_colors 2 1
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "Minix"* | "antiX"*)
|
"Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "Minix"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"antiX"*)
|
||||||
|
set_colors 1 7 3
|
||||||
|
ascii_Distro="antix"
|
||||||
|
;;
|
||||||
|
|
||||||
"FreeBSD"* | "PCBSD"*)
|
"FreeBSD"* | "PCBSD"*)
|
||||||
set_colors 1 7 3
|
set_colors 1 7 3
|
||||||
ascii_distro="freebsd"
|
ascii_distro="freebsd"
|
||||||
|
|
Reference in New Issue