Fix incorrect theme bug with Cinnamon
This commit is contained in:
parent
88b5430cac
commit
256bdf4b75
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1218,7 +1218,7 @@ getstyle () {
|
|||
fi
|
||||
;;
|
||||
|
||||
"Cinnamon")
|
||||
*"Cinnamon")
|
||||
if type -p gsettings >/dev/null 2>&1; then
|
||||
gtk3theme=$(gsettings get org.cinnamon.desktop.interface $gsettings)
|
||||
gtk3theme=${gtk3theme//"'"}
|
||||
|
|
Loading…
Reference in a new issue