From afd69ffbedcd5f433eb40ac36b13fb2b4a47ede6 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 10 Aug 2025 07:08:11 -0400 Subject: [PATCH] Variants need to be splitted --- Modules/Background/Background.qml | 2 +- shell.qml | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) 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