From 0add98bc0345040b422893688604486afa7e133b Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 11 Nov 2025 09:31:30 -0500 Subject: [PATCH] wallpaper dir --- lux/shell.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lux/shell.json b/lux/shell.json index 0d06c9a..abc325c 100644 --- a/lux/shell.json +++ b/lux/shell.json @@ -14,5 +14,8 @@ "command": "systemctl poweroff" } ] + }, + "wallpaper": { + "directory": "~/Wallpapers/" } }