From d381102f57539cf821863951587a75cabf667b92 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 7 Dec 2016 10:04:59 +1100 Subject: [PATCH] Theme: Fix incorrect theme output on Cinnamon --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 23a35678..78c35d20 100755 --- a/neofetch +++ b/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"