wm_theme: Fix sawfish theme.

This commit is contained in:
dylan araps 2017-12-13 14:43:21 +11:00
parent a2290b7398
commit 8762403de9
1 changed files with 1 additions and 1 deletions

View File

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