Fix incorrect theme bug with Cinnamon
This commit is contained in:
parent
88b5430cac
commit
256bdf4b75
2
neofetch
2
neofetch
|
@ -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//"'"}
|
||||||
|
|
Reference in New Issue