mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-05-28 13:47:47 +02:00
Merge d589179ba8c362dbef7fe8cef20a1fd3fbcc29f2 into 236aa48e741ff8d65c4c3826db2813bf2ee6f352
This commit is contained in:
commit
1c74d7c365
@ -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…
x
Reference in New Issue
Block a user