Browse Source

ASCII: Fixed ASCII logo not shown on openSUSE

Michael Straube 8 years ago
parent
commit
c9ddec83bf
1 changed files with 6 additions and 1 deletions
  1. 6 1
      neofetch

+ 6 - 1
neofetch

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