nosignal-shell/config/UserPaths.qml
2025-09-03 18:55:05 +10:00

8 lines
236 B
QML

import qs.utils
import Quickshell.Io
JsonObject {
property string wallpaperDir: `${Paths.pictures}/Wallpapers`
property string sessionGif: "root:/assets/kurukuru.gif"
property string mediaGif: "root:/assets/bongocat.gif"
}