From 3bcfe6691b55bfc5fb865b436569445d79e5f200 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 1 Apr 2016 18:27:00 +1100 Subject: [PATCH] Cleanup --- neofetch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/neofetch b/neofetch index fc635172..2631ca2c 100755 --- a/neofetch +++ b/neofetch @@ -816,7 +816,6 @@ getwmtheme () { case "$wm" in 'BudgieWM') wmtheme="$(gsettings get org.gnome.desktop.wm.preferences theme)" ;; 'E16') wmtheme="$(awk -F"= " '/theme.name/ {print $2}' "$HOME/.e16/e_config--0.0.cfg")";; - 'Marco') wmtheme="$(gsettings get org.mate.Marco.general theme)" ;; 'Metacity'*) wmtheme="$(gconftool-2 -g /apps/metacity/general/theme 2>/dev/null)" ;; 'Sawfish') wmtheme="$(awk -F ")" '/\(quote default-frame-style/ {print $2}' "$HOME/.sawfish/custom")" ;; @@ -840,7 +839,7 @@ getwmtheme () { wmtheme="$(gsettings get com.deepin.wrap.gnome.desktop.wm.preferences theme)" ;; - 'E17'|'Enlightenment') + 'E17' | 'Enlightenment') # TODO: Reduce the size of this. 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}')"