From 1e258986aedae45f6046731840a38613997861a8 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 8 Jan 2026 17:00:30 -0500 Subject: hardcode single wallpaper --- config/UserPaths.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/UserPaths.qml') diff --git a/config/UserPaths.qml b/config/UserPaths.qml index f8de267..6deef01 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -2,7 +2,7 @@ import qs.utils import Quickshell.Io JsonObject { - property string wallpaperDir: `${Paths.pictures}/Wallpapers` + property string wallpaper: `${Paths.config}/wallpaper.png` property string sessionGif: "root:/assets/kurukuru.gif" property string mediaGif: "root:/assets/bongocat.gif" } -- cgit v1.2.3-freya