mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-14 12:37:16 +00:00
DE: Fix WM Theme not detected on MATE
This commit is contained in:
3
neofetch
3
neofetch
@@ -639,6 +639,9 @@ get_wm_theme() {
|
||||
if [[ "$de" == "Deepin" ]]; then
|
||||
wm_theme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)"
|
||||
|
||||
elif [[ "$de" == "MATE" ]]; then
|
||||
wm_theme="$(gsettings get org.mate.Marco.general theme)"
|
||||
|
||||
else
|
||||
wm_theme="$(gconftool-2 -g /apps/metacity/general/theme)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user