diff options
| author | Dylan Araps <[email protected]> | 2017-06-19 12:24:39 +1000 |
|---|---|---|
| committer | Dylan Araps <[email protected]> | 2017-06-19 12:24:39 +1000 |
| commit | 6736a954d6d38e47f45b881c068cbac1c7466203 (patch) | |
| tree | 1fc194c57c94ce411d693fb1b4178c8d831a4081 /wal.py | |
| parent | General: Set the wallpaper earlier. (diff) | |
| download | pywal-6736a954d6d38e47f45b881c068cbac1c7466203.tar.xz pywal-6736a954d6d38e47f45b881c068cbac1c7466203.zip | |
Wallpaper: Fix osascript string
Diffstat (limited to 'wal.py')
| -rw-r--r-- | wal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |