summaryrefslogtreecommitdiff
path: root/config/UserPaths.qml
blob: 6deef0102bc88daf333713520a4a849a2bf39dea (plain)
1
2
3
4
5
6
7
8
import qs.utils
import Quickshell.Io

JsonObject {
    property string wallpaper: `${Paths.config}/wallpaper.png`
    property string sessionGif: "root:/assets/kurukuru.gif"
    property string mediaGif: "root:/assets/bongocat.gif"
}