mirror of
https://github.com/KittyKatt/screenFetch.git
synced 2026-01-09 14:28:04 -05:00
Merge pull request #667 from cruvolo/cruvolo/e16-theme-detect-fix
fix e16 theme detection
This commit is contained in:
@@ -2472,7 +2472,7 @@ detectwmtheme () {
|
||||
fi
|
||||
;;
|
||||
'E16')
|
||||
Win_theme="$(awk -F"= " '/theme.name/ {print $2}' "$HOME/.e16/e_config--0.0.cfg")"
|
||||
Win_theme="$(awk -F"= " '/theme.name/ {print $2}' $HOME/.e16/e_config--*.cfg)"
|
||||
;;
|
||||
'E17'|'Enlightenment')
|
||||
if [ "$(which eet 2>/dev/null)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user