Fixed typo

This commit is contained in:
Madiba Hudson-Quansah 2024-01-27 15:49:03 +00:00
parent 16e0aadbf5
commit cbdba1e012

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