From ae12e0d4f8261f16c99a09a54a70859db6bac34b Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 25 Jun 2025 21:57:04 +1000 Subject: config: make gifs configurable --- config/UserPaths.qml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/UserPaths.qml') 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" } -- cgit v1.2.3-freya