misc: Start removing useless quotes
This commit is contained in:
parent
2831c6d189
commit
78c700b21b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1708,7 +1708,7 @@ get_wm_theme() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Xfwm4")
|
"Xfwm4")
|
||||||
[[ -f ~}/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]] && \
|
[[ -f ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml ]] && \
|
||||||
wm_theme="$(xfconf-query -c xfwm4 -p /general/theme)"
|
wm_theme="$(xfconf-query -c xfwm4 -p /general/theme)"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue