Files
cnix/modules/home/services/quickshell/shell/config/UserPaths.qml
2025-06-30 17:19:24 +02:00

9 lines
254 B
QML

import "root:/utils"
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"
}