summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-25 21:57:04 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-25 21:57:04 +1000
commitae12e0d4f8261f16c99a09a54a70859db6bac34b (patch)
treee109a6b45c85df97f90b5444649a5392697c003d /config
parentlock: fix rounding (diff)
downloadcaelestia-shell-ae12e0d4f8261f16c99a09a54a70859db6bac34b.tar.gz
caelestia-shell-ae12e0d4f8261f16c99a09a54a70859db6bac34b.tar.bz2
caelestia-shell-ae12e0d4f8261f16c99a09a54a70859db6bac34b.zip
config: make gifs configurable
Diffstat (limited to 'config')
-rw-r--r--config/UserPaths.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/UserPaths.qml b/config/UserPaths.qml
index f530d9e..ee24a73 100644
--- a/config/UserPaths.qml
+++ b/config/UserPaths.qml
@@ -3,4 +3,6 @@ import Quickshell.Io
JsonObject {
property string wallpaperDir: Paths.strip(`${Paths.pictures}/Wallpapers`)
+ property string sessionGif: "root:/assets/kurukuru.gif"
+ property string mediaGif: "root:/assets/bongocat.gif"
}