mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-23 04:10:25 +02:00
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user