Variants need to be splitted

This commit is contained in:
quadbyte 2025-08-10 07:08:11 -04:00
parent ca86e93540
commit afd69ffbed
2 changed files with 8 additions and 6 deletions

View file

@ -6,7 +6,7 @@ import qs.Services
ShellRoot { ShellRoot {
property var modelData 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 { Variants {
model: Quickshell.screens model: Quickshell.screens

View file

@ -19,13 +19,15 @@ ShellRoot {
delegate: Bar { delegate: Bar {
modelData: item modelData: item
} }
// Background {}
// Overview {}
} }
Variants {
model: Quickshell.screens
delegate: Background {
modelData: item
}
}
DemoPanel { DemoPanel {
id: demoPanel id: demoPanel