Commit d381102f authored by Dylan Araps's avatar Dylan Araps

Theme: Fix incorrect theme output on Cinnamon

parent 38943eed
...@@ -1353,7 +1353,7 @@ get_style() { ...@@ -1353,7 +1353,7 @@ get_style() {
fi fi
;; ;;
*"Cinnamon") *"Cinnamon"*)
if type -p gsettings >/dev/null; then if type -p gsettings >/dev/null; then
gtk3_theme="$(gsettings get org.cinnamon.desktop.interface "$gsettings")" gtk3_theme="$(gsettings get org.cinnamon.desktop.interface "$gsettings")"
gtk2_theme="$gtk3_theme" gtk2_theme="$gtk3_theme"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment