Background and Overview without Variants (test)
This commit is contained in:
parent
1addb70ab7
commit
c612347f0c
1 changed files with 15 additions and 12 deletions
27
shell.qml
27
shell.qml
|
|
@ -21,21 +21,24 @@ ShellRoot {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Variants {
|
Background {}
|
||||||
model: Quickshell.screens
|
Overview {}
|
||||||
|
|
||||||
delegate: Background {
|
// Variants {
|
||||||
modelData: item
|
// model: Quickshell.screens
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Variants {
|
// delegate: Background {
|
||||||
model: Quickshell.screens
|
// modelData: item
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
delegate: Overview {
|
// Variants {
|
||||||
modelData: item
|
// model: Quickshell.screens
|
||||||
}
|
|
||||||
}
|
// delegate: Overview {
|
||||||
|
// modelData: item
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
DemoPanel {
|
DemoPanel {
|
||||||
id: demoPanel
|
id: demoPanel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue