mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-20 16:20:53 +02:00
remove duplicate check for hsetroot
This commit is contained in:
parent
236aa48e74
commit
d589179ba8
@ -74,9 +74,6 @@ def set_wm_wallpaper(img):
|
||||
elif shutil.which("bgs"):
|
||||
util.disown(["bgs", "-z", img])
|
||||
|
||||
elif shutil.which("hsetroot"):
|
||||
util.disown(["hsetroot", "-fill", img])
|
||||
|
||||
elif shutil.which("habak"):
|
||||
util.disown(["habak", "-mS", img])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user