Compare commits

...

2 commits

Author SHA1 Message Date
Madiba Hudson-Quansah 2eeb14111d
Merge cbdba1e012 into 236aa48e74 2024-01-27 14:32:05 -08:00
Madiba Hudson-Quansah cbdba1e012 Fixed typo 2024-01-27 15:49:03 +00:00

View file

@ -59,7 +59,7 @@ def xfconf(img):
def set_wm_wallpaper(img):
"""Set the wallpaper for non desktop environments."""
if shutil.which("swayb"):
if shutil.which("swaybg"):
subprocess.call(["killall", "swaybg"])
util.disown(["swaybg", "-m", "fill", "-i", img])