aboutsummaryrefslogtreecommitdiff
path: root/wal.py
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2017-06-19 12:24:39 +1000
committerDylan Araps <[email protected]>2017-06-19 12:24:39 +1000
commit6736a954d6d38e47f45b881c068cbac1c7466203 (patch)
tree1fc194c57c94ce411d693fb1b4178c8d831a4081 /wal.py
parentGeneral: Set the wallpaper earlier. (diff)
downloadpywal-6736a954d6d38e47f45b881c068cbac1c7466203.tar.xz
pywal-6736a954d6d38e47f45b881c068cbac1c7466203.zip
Wallpaper: Fix osascript string
Diffstat (limited to 'wal.py')
-rw-r--r--wal.py2
1 files changed, 1 insertions, 1 deletions
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",