diff --git a/Modules/Background/Background.qml b/Modules/Background/Background.qml index 114bc26..c1f3d12 100644 --- a/Modules/Background/Background.qml +++ b/Modules/Background/Background.qml @@ -6,7 +6,7 @@ import qs.Services ShellRoot { property var modelData - property string wallpaperSource: "/home/lysec/Pictures/wallpapers/wallhaven-6lqvql.jpg" + property string wallpaperSource: "/home/seb/Development/misc/Noctalia/Assets/Tests/wallpaper.png" Variants { model: Quickshell.screens diff --git a/shell.qml b/shell.qml index 375f95e..49f416c 100644 --- a/shell.qml +++ b/shell.qml @@ -19,13 +19,15 @@ ShellRoot { delegate: Bar { modelData: item } - - - // Background {} - - // Overview {} } + + Variants { + model: Quickshell.screens + delegate: Background { + modelData: item + } + } DemoPanel { id: demoPanel