diff --git a/wal.py b/wal.py index 4b53b92..6c8bb5c 100644 --- a/wal.py +++ b/wal.py @@ -311,7 +311,7 @@ def set_wallpaper(img): elif OS == "Darwin": Popen(["osascript", "-e", "'tell application \"Finder\" to set \ - desktop picture to POSIX file\'", img, "\'"]) + desktop picture to POSIX file\'" + img + "\'"]) else: Popen(["gsettings", "set", "org.gnome.desktop.background",