mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-01-24 23:09:16 +01:00
commit
ed9339c310
@ -65,6 +65,9 @@ def set_wm_wallpaper(img):
|
|||||||
elif shutil.which("xwallpaper"):
|
elif shutil.which("xwallpaper"):
|
||||||
util.disown(["xwallpaper", "--zoom", img])
|
util.disown(["xwallpaper", "--zoom", img])
|
||||||
|
|
||||||
|
elif shutil.which("hsetroot"):
|
||||||
|
util.disown(["hsetroot", "-fill", img])
|
||||||
|
|
||||||
elif shutil.which("nitrogen"):
|
elif shutil.which("nitrogen"):
|
||||||
util.disown(["nitrogen", "--set-zoom-fill", img])
|
util.disown(["nitrogen", "--set-zoom-fill", img])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user