From a101014e02d856d3886c9cba2fd43aa86ce41076 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 20 Dec 2016 15:00:16 +1100 Subject: [PATCH] OS: Fix blank ascii art on AntiX --- neofetch | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index f98a2e0c..01e1c52b 100755 --- a/neofetch +++ b/neofetch @@ -2470,10 +2470,15 @@ get_distro_colors() { 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 ;; + "antiX"*) + set_colors 1 7 3 + ascii_Distro="antix" + ;; + "FreeBSD"* | "PCBSD"*) set_colors 1 7 3 ascii_distro="freebsd"