From 256bdf4b75c9a89cb35babd9ce8314d0a55cc4e1 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 6 Mar 2016 09:14:44 +1100 Subject: [PATCH] Fix incorrect theme bug with Cinnamon --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 5b60fedc..710363f1 100755 --- a/neofetch +++ b/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//"'"}