wm_theme: Remove 'GNOME Shell' from wm case
This commit is contained in:
parent
95223a6a11
commit
5eafef80dc
2
neofetch
2
neofetch
|
@ -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)"
|
||||||
|
|
||||||
|
|
Reference in New Issue