@ -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//\'}"
}