Merge d589179ba8c362dbef7fe8cef20a1fd3fbcc29f2 into 236aa48e741ff8d65c4c3826db2813bf2ee6f352

This commit is contained in:
m 2022-12-30 03:50:25 +11:00 committed by GitHub
commit 1c74d7c365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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])