Fix bug in WM Theme detection
This commit is contained in:
parent
e37d5c61c7
commit
a295181a5b
1 changed files with 2 additions and 1 deletions
1
neofetch
1
neofetch
|
@ -828,6 +828,7 @@ getwm () {
|
|||
|
||||
getwmtheme () {
|
||||
[ -z "$wm" ] && getwm
|
||||
[ -z "$de" ] && getde
|
||||
|
||||
case "$wm" in
|
||||
'BudgieWM') wmtheme="$(gsettings get org.gnome.desktop.wm.preferences theme)" ;;
|
||||
|
|
Loading…
Reference in a new issue