Explorar o código

ASCII: Fixed ASCII logo not shown on openSUSE

Michael Straube %!s(int64=8) %!d(string=hai) anos
pai
achega
c9ddec83bf
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  1. 6 1
      neofetch

+ 6 - 1
neofetch

@@ -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"