Variants need to be splitted
This commit is contained in:
parent
ca86e93540
commit
afd69ffbed
2 changed files with 8 additions and 6 deletions
12
shell.qml
12
shell.qml
|
|
@ -19,13 +19,15 @@ ShellRoot {
|
|||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
|
||||
|
||||
// Background {}
|
||||
|
||||
// Overview {}
|
||||
}
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Background {
|
||||
modelData: item
|
||||
}
|
||||
}
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue