Added support for E16

This commit is contained in:
Dylan 2016-04-01 11:39:53 +11:00
parent 7f3c7f07e5
commit a1047bd3d1
1 changed files with 2 additions and 0 deletions

View File

@ -834,6 +834,8 @@ getwmtheme () {
type -p gsettings >/dev/null 2>&1 && \
wmtheme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)"
;;
'E16') wmtheme="$(awk -F"= " '/theme.name/ {print $2}' "$HOME/.e16/e_config--0.0.cfg")";;
esac
wmtheme="${wmtheme//\'}"
}