Theme: Fix incorrect theme output on Cinnamon
This commit is contained in:
parent
38943eedca
commit
d381102f57
2
neofetch
2
neofetch
|
@ -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"
|
||||||
|
|
Reference in New Issue