summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-10 17:29:29 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-10 17:29:29 -0500
commit3ee6dcd9611986864e78df8dd06cc364e346f4a6 (patch)
treebeb0e2959e66b7f0f5a57d3377b339b8381f6181 /config
parentremove more things, make lock screen use wallpaper not screenshot (diff)
downloadcaelestia-shell-3ee6dcd9611986864e78df8dd06cc364e346f4a6.tar.gz
caelestia-shell-3ee6dcd9611986864e78df8dd06cc364e346f4a6.tar.bz2
caelestia-shell-3ee6dcd9611986864e78df8dd06cc364e346f4a6.zip
remove more things again lol
Diffstat (limited to 'config')
-rw-r--r--config/Config.qml1
-rw-r--r--config/UserPaths.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/config/Config.qml b/config/Config.qml
index 8927a16..c49240e 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -394,6 +394,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"
}