Settings Service: Create the .cache/noctalia folder, use default wallpaper

This commit is contained in:
quadbyte 2025-08-11 15:40:39 -04:00
parent 457033b979
commit e1edfd3689
2 changed files with 15 additions and 8 deletions

View file

@ -8,9 +8,8 @@ Variants {
delegate: PanelWindow {
required property ShellScreen modelData
property string wallpaperSource: Qt.resolvedUrl("../../Assets/Tests/wallpaper.png")
property string wallpaperSource: Settings.data.wallpaper.current
//property string wallpaperSource: Qt.resolvedUrl("/home/lysec/Pictures/wallpapers/wallhaven-6lqvql.jpg")
visible: wallpaperSource !== ""
color: "transparent"
screen: modelData