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