Added support for E16
This commit is contained in:
parent
7f3c7f07e5
commit
a1047bd3d1
1 changed files with 2 additions and 0 deletions
2
neofetch
2
neofetch
|
@ -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//\'}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue