Theme: Fix incorrect theme output on Cinnamon
This commit is contained in:
parent
38943eedca
commit
d381102f57
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue