Set x11 wallpaper update command

This commit is contained in:
Kevin Alberts 2025-08-11 17:17:08 +02:00
parent befd2eb0fb
commit b5a3d3f577
2 changed files with 2 additions and 2 deletions

View file

@ -739,7 +739,7 @@ class Kuro(BaseTheme):
def set_wallpaper(self, filename):
if qtile.core.name == "x11":
p = utils.execute_once(f"{Config.get('wallpaper_config_command', 'wal-nitrogen-noupdate')} {filename}")
p = utils.execute_once(f"{Config.get('x11_wallpaper_config_command', 'wal-nitrogen-noupdate')} {filename}")
p.wait()
else:
# Wayland can set wallpaper in qtile directly per screen