diff --git a/neofetch b/neofetch index e73f5dbf..8a920205 100755 --- a/neofetch +++ b/neofetch @@ -758,7 +758,7 @@ get_wm_theme() { ;; "Sawfish") - wm_theme="$(awk -F ")" '/\(quote default-frame-style/ {print $2}' \ + wm_theme="$(awk -F "'|)" '!/^;/ && /default-frame-style/ {a=$(NF-1)} END{print a}') \ "${HOME}/.sawfish/custom")" ;;