wm_theme: Fix sawfish theme.
This commit is contained in:
parent
a2290b7398
commit
8762403de9
2
neofetch
2
neofetch
|
@ -758,7 +758,7 @@ get_wm_theme() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Sawfish")
|
"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")"
|
"${HOME}/.sawfish/custom")"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Reference in New Issue