From 5eafef80dc488f22bc0a06c6f0a0dbc9af646a4e Mon Sep 17 00:00:00 2001 From: Michael Straube Date: Thu, 12 Dec 2019 11:03:06 +0100 Subject: [PATCH] wm_theme: Remove 'GNOME Shell' from wm case --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 585e4f8c..b2ddd97e 100755 --- a/neofetch +++ b/neofetch @@ -1765,7 +1765,7 @@ get_wm_theme() { wm_theme="$detheme (${wm_theme})" ;; - "Compiz" | "Mutter" | "GNOME Shell" | "Gala") + "Compiz" | "Mutter" | "Gala") if type -p gsettings >/dev/null; then wm_theme="$(gsettings get org.gnome.shell.extensions.user-theme name)"