Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 1983de1

Browse files
committed
docs: update
1 parent 520f335 commit 1983de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pywal/wallpaper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def set_desktop_wallpaper(desktop, img):
8080
"org.cinnamon.desktop.background",
8181
"picture-uri", "file://" + urllib.parse.quote(img)])
8282

83-
elif "gnome" in desktop or "ubuntu" in desktop:
83+
elif "gnome" in desktop or "unity" in desktop:
8484
util.disown(["gsettings", "set",
8585
"org.gnome.desktop.background",
8686
"picture-uri", "file://" + urllib.parse.quote(img)])

0 commit comments

Comments
 (0)