Added support for E16
This commit is contained in:
2
neofetch
2
neofetch
@@ -834,6 +834,8 @@ getwmtheme () {
|
|||||||
type -p gsettings >/dev/null 2>&1 && \
|
type -p gsettings >/dev/null 2>&1 && \
|
||||||
wmtheme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)"
|
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
|
esac
|
||||||
wmtheme="${wmtheme//\'}"
|
wmtheme="${wmtheme//\'}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user