From 27d0b3d993ed5f91aeab317df7539b50dd3634b7 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 10 Jan 2026 17:29:29 -0500 Subject: remove more things again lol --- config/Config.qml | 1 + config/UserPaths.qml | 1 + 2 files changed, 2 insertions(+) (limited to 'config') diff --git a/config/Config.qml b/config/Config.qml index 8988f90..37b1242 100644 --- a/config/Config.qml +++ b/config/Config.qml @@ -396,6 +396,7 @@ Singleton { function serializePaths(): var { return { wallpaper: paths.wallpaper, + face: paths.face, sessionGif: paths.sessionGif, mediaGif: paths.mediaGif }; diff --git a/config/UserPaths.qml b/config/UserPaths.qml index 5e35933..f334890 100644 --- a/config/UserPaths.qml +++ b/config/UserPaths.qml @@ -3,6 +3,7 @@ import Quickshell.Io JsonObject { property string wallpaper: `${Paths.config}/wallpaper.png` + property string face: `${Paths.config}/face.png` property string sessionGif: "root:/assets/len.gif" property string mediaGif: "root:/assets/bongocat.gif" } -- cgit v1.2.3-freya