GTK: Fix xfce case
This commit is contained in:
parent
f15f5728ea
commit
438d5e0542
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -1144,7 +1144,7 @@ getgtk () {
|
||||||
|
|
||||||
"Xfce"*)
|
"Xfce"*)
|
||||||
if type -p xfconf-query >/dev/null 2>&1; then
|
if type -p xfconf-query >/dev/null 2>&1; then
|
||||||
gtk2Theme=$(xfconf-query -c xsettings -p /Net/$xfconf)
|
gtk2theme=$(xfconf-query -c xsettings -p /Net/$xfconf)
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue