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 ;;