Commit 8762403d authored by dylan araps's avatar dylan araps

wm_theme: Fix sawfish theme.

parent a2290b73
......@@ -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")"
;;
......
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