summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
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"
}