wm_theme: Remove 'GNOME Shell' from wm case
This commit is contained in:
parent
95223a6a11
commit
5eafef80dc
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue