mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 03:59:58 +00:00
Add support for Deepin
This commit is contained in:
5
neofetch
5
neofetch
@@ -829,6 +829,11 @@ getwmtheme () {
|
|||||||
wmtheme="$(gconftool-2 -g /apps/metacity/general/theme)"
|
wmtheme="$(gconftool-2 -g /apps/metacity/general/theme)"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
'Deepin WM')
|
||||||
|
type -p gsettings >/dev/null 2>&1 && \
|
||||||
|
wmtheme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
wmtheme="${wmtheme//\'}"
|
wmtheme="${wmtheme//\'}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user