From e90758a7e4b8c20c5c34fcb3f975b1a09ae7e691 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 12 Jan 2026 12:47:00 -0500 Subject: remove default paths --- config/UserPaths.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/UserPaths.qml') diff --git a/config/UserPaths.qml b/config/UserPaths.qml index f334890..0daa4e1 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -2,8 +2,8 @@ import qs.utils import Quickshell.Io JsonObject { - property string wallpaper: `${Paths.config}/wallpaper.png` - property string face: `${Paths.config}/face.png` + property string wallpaper: "" + property string face: "" property string sessionGif: "root:/assets/len.gif" property string mediaGif: "root:/assets/bongocat.gif" } -- cgit v1.2.3-freya