mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-19 10:31:27 +02:00
remove duplicate check for hsetroot
This commit is contained in:
@@ -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])
|
||||
|
||||
|
Reference in New Issue
Block a user