From 01882dca04cfb1a614d593b4552f84b09065f710 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 2 Dec 2016 09:23:08 +1100 Subject: [PATCH] Wallpaper: Add support for Cinnamon --- neofetch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 4971f285..861d9fce 100755 --- a/neofetch +++ b/neofetch @@ -2037,8 +2037,9 @@ get_wallpaper() { [[ -z "$de" ]] && get_de case "$de" in - "MATE"*) image="$(gsettings get org.mate.background picture-filename)" ;; - *) image="$(gsettings get org.gnome.desktop.background picture-uri)" ;; + "Cinnamon"*) image="$(gsettings get org.cinnamon.desktop.background picture-uri)" ;; + "MATE"*) image="$(gsettings get org.mate.background picture-filename)" ;; + *) image="$(gsettings get org.gnome.desktop.background picture-uri)" ;; esac # Strip quotes etc from the path.