blob: ee24a73bf0f5e0b3c8b12574792828fc2cdb190c (
plain)
1
2
3
4
5
6
7
8
|
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"
}
|