diff --git a/neofetch b/neofetch index e11c2114..ec7e38da 100755 --- a/neofetch +++ b/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//\'}" }