nosignal-shell/config/UserPaths.qml
2025-07-16 18:02:28 +10:00

8 lines
249 B
QML

import qs.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"
}