wm_theme: Fixed sawfish detection
This commit is contained in:
parent
c43ffb028e
commit
7fc4f84217
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 ")" '/\(quote default-frame-style/ {print $2}' \
|
||||
wm_theme="$(awk -F "'|)" '!/^;/ && /default-frame-style/ {a=$(NF-1)} END{print a}') \
|
||||
"${HOME}/.sawfish/custom")"
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue