From c9ddec83bf4efeba8b2a2387a49314a41ff7d724 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Fri, 30 Dec 2016 13:19:12 +0100 Subject: [PATCH 1/2] ASCII: Fixed ASCII logo not shown on openSUSE --- neofetch | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index e7c89bec..53ab1ce4 100755 --- a/neofetch +++ b/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" From e951eab847f520f364421df14dac76e65621ac67 Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Fri, 30 Dec 2016 13:20:32 +0100 Subject: [PATCH 2/2] ASCII: Fixed typo --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 53ab1ce4..5bc1aa05 100755 --- a/neofetch +++ b/neofetch @@ -2536,7 +2536,7 @@ get_distro_colors() { "antiX"*) set_colors 1 7 3 - ascii_Distro="antix" + ascii_distro="antix" ;; "FreeBSD"*)