Merge pull request #524 from plasmoduck/patch-1

Update wallpaper.py
This commit is contained in:
dylan 2020-05-03 19:07:44 +03:00 committed by GitHub
commit ed9339c310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,9 @@ def set_wm_wallpaper(img):
elif shutil.which("xwallpaper"):
util.disown(["xwallpaper", "--zoom", img])
elif shutil.which("hsetroot"):
util.disown(["hsetroot", "-fill", img])
elif shutil.which("nitrogen"):
util.disown(["nitrogen", "--set-zoom-fill", img])