Commit 9e420a9b authored by Dylan's avatar Dylan

Guess we can't reduce the size of this

parent e2e3e4fd
...@@ -843,7 +843,6 @@ getwmtheme () { ...@@ -843,7 +843,6 @@ getwmtheme () {
;; ;;
'E17' | 'Enlightenment') 'E17' | 'Enlightenment')
# TODO: Reduce the size of this.
if type -p eet >/dev/null 2>&1; then if type -p eet >/dev/null 2>&1; then
wmtheme="$(eet -d $HOME/.e/e/config/standard/e.cfg config | awk '/value \"file\" string.*.edj/ {print $4}')" wmtheme="$(eet -d $HOME/.e/e/config/standard/e.cfg config | awk '/value \"file\" string.*.edj/ {print $4}')"
wmtheme=${wmtheme##*/} wmtheme=${wmtheme##*/}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment