summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-01-10 17:29:29 -0500
committerFreya Murphy <freya@freyacat.org>2026-01-22 08:34:36 -0500
commit27d0b3d993ed5f91aeab317df7539b50dd3634b7 (patch)
tree261ebd5e0152d1d2014af34a9cfc7551a8bec10f /config/Config.qml
parentremove more things, make lock screen use wallpaper not screenshot (diff)
downloadcaelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.gz
caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.tar.bz2
caelestia-shell-27d0b3d993ed5f91aeab317df7539b50dd3634b7.zip
remove more things again lol
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml1
1 files changed, 1 insertions, 0 deletions
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
};