wm_theme: Fix sawfish theme.
This commit is contained in:
parent
a2290b7398
commit
8762403de9
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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")"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue