mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 09:36:46 +00:00
9 lines
236 B
QML
9 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"
|
|
}
|