From 69123890f584e306c75cfe5a5852d2b6ea04f8c7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 20 Dec 2016 14:50:06 +1100 Subject: [PATCH] Distro: Fix missing ascii art on MX --- neofetch | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 0fccfaa3..f98a2e0c 100755 --- a/neofetch +++ b/neofetch @@ -2538,10 +2538,15 @@ get_distro_colors() { ascii_distro="sparky" ;; - "Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"* | "MX"*) + "Trisquel"* | "NixOS"* | "Zorin"* | "Antergos"*) set_colors 4 6 ;; + "MX"*) + set_colors 4 6 + ascii_distro="mx" + ;; + "Travis") set_colors 1 2 3 4 5 6 ;;