Variants need to be splitted
This commit is contained in:
parent
ca86e93540
commit
afd69ffbed
2 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
12
shell.qml
12
shell.qml
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue