Theme: Fix incorrect theme output on Cinnamon

This commit is contained in:
Dylan Araps 2016-12-07 10:04:59 +11:00
parent 38943eedca
commit d381102f57
1 changed files with 1 additions and 1 deletions

View File

@ -1353,7 +1353,7 @@ get_style() {
fi
;;
*"Cinnamon")
*"Cinnamon"*)
if type -p gsettings >/dev/null; then
gtk3_theme="$(gsettings get org.cinnamon.desktop.interface "$gsettings")"
gtk2_theme="$gtk3_theme"