Fix incorrect theme bug with Cinnamon

This commit is contained in:
Dylan 2016-03-06 09:14:44 +11:00
parent 88b5430cac
commit 256bdf4b75
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ getstyle () {
fi fi
;; ;;
"Cinnamon") *"Cinnamon")
if type -p gsettings >/dev/null 2>&1; then if type -p gsettings >/dev/null 2>&1; then
gtk3theme=$(gsettings get org.cinnamon.desktop.interface $gsettings) gtk3theme=$(gsettings get org.cinnamon.desktop.interface $gsettings)
gtk3theme=${gtk3theme//"'"} gtk3theme=${gtk3theme//"'"}