Guess we can't reduce the size of this
This commit is contained in:
parent
e2e3e4fd77
commit
9e420a9b27
1
neofetch
1
neofetch
|
@ -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##*/}
|
||||||
|
|
Reference in New Issue