Browse Source

Merge pull request #579 from mstraube/suse

Fix ASCII logo not shown on openSUSE
Dylan Araps 8 years ago
parent
commit
673e0420e8
1 changed files with 7 additions and 2 deletions
  1. 7 2
      neofetch

+ 7 - 2
neofetch

@@ -2536,7 +2536,7 @@ get_distro_colors() {
 
         "antiX"*)
             set_colors 1 7 3
-            ascii_Distro="antix"
+            ascii_distro="antix"
         ;;
 
         "FreeBSD"*)
@@ -2584,10 +2584,15 @@ get_distro_colors() {
             set_colors 3 7 6 1 8
         ;;
 
-        *"SUSE"* | "Manjaro"* | "Deepin"* |"LMDE"* | "Chapeau"* | "Bitrig"*)
+        "Manjaro"* | "Deepin"* | "LMDE"* | "Chapeau"* | "Bitrig"*)
             set_colors 2 7
         ;;
 
+        *"SUSE"*)
+            set_colors 2 7
+            ascii_distro="suse"
+        ;;
+
         "KDE"*)
             set_colors 2 7
             ascii_distro="kde"