diff options
Diffstat (limited to 'pywal/wallpaper.py')
| -rw-r--r-- | pywal/wallpaper.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pywal/wallpaper.py b/pywal/wallpaper.py index 5e524a3..59f1aeb 100644 --- a/pywal/wallpaper.py +++ b/pywal/wallpaper.py @@ -82,9 +82,6 @@ def set_desktop_wallpaper(desktop, img): def set_wallpaper(img): """Set the wallpaper.""" - if not os.path.isfile(img): - return - desktop = get_desktop_env() if desktop: |
