nosignal-shell/config/UserPaths.qml
2025-06-25 21:57:04 +10:00

8 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"
}