diff options
| -rw-r--r-- | wal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ def set_wallpaper(img): elif OS == "Darwin": call(["osascript", "-e", "'tell application \"Finder\" to set \ - desktop picture to POSIX file \"'\"", img, "\""]) + desktop picture to POSIX file\'", img, "\'"]) else: call(["gsettings", "set", "org.gnome.desktop.background", |
