summaryrefslogtreecommitdiff
path: root/config/UserPaths.qml
blob: f8de26782eb2ce7fc4313407f2f3a525c3a7c434 (plain)
1
2
3
4
5
6
7
8
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"
}