* config: added option to change NotifDock Pictures * NotifDock: change config option `notifDockPic` to `noNotifsPic` and similar for lockscreen too * lockscreenNoNotifsPic -> lockNoNotifsPic * fix lint --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
11 lines
415 B
QML
11 lines
415 B
QML
import Quickshell.Io
|
|
import qs.utils
|
|
|
|
JsonObject {
|
|
property string wallpaperDir: `${Paths.pictures}/Wallpapers`
|
|
property string lyricsDir: `${Paths.home}/Music/lyrics/`
|
|
property string sessionGif: "root:/assets/kurukuru.gif"
|
|
property string mediaGif: "root:/assets/bongocat.gif"
|
|
property string noNotifsPic: "root:/assets/dino.png"
|
|
property string lockNoNotifsPic: "root:/assets/dino.png"
|
|
}
|