Commit 5eafef80 authored by Michael Straube's avatar Michael Straube

wm_theme: Remove 'GNOME Shell' from wm case

parent 95223a6a
...@@ -1765,7 +1765,7 @@ get_wm_theme() { ...@@ -1765,7 +1765,7 @@ get_wm_theme() {
wm_theme="$detheme (${wm_theme})" wm_theme="$detheme (${wm_theme})"
;; ;;
"Compiz" | "Mutter" | "GNOME Shell" | "Gala") "Compiz" | "Mutter" | "Gala")
if type -p gsettings >/dev/null; then if type -p gsettings >/dev/null; then
wm_theme="$(gsettings get org.gnome.shell.extensions.user-theme name)" wm_theme="$(gsettings get org.gnome.shell.extensions.user-theme name)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment