Background and Overview without Variants (test)

This commit is contained in:
quadbyte 2025-08-10 07:34:30 -04:00
parent 1addb70ab7
commit c612347f0c

View file

@ -21,21 +21,24 @@ ShellRoot {
}
}
Variants {
model: Quickshell.screens
Background {}
Overview {}
delegate: Background {
modelData: item
}
}
// Variants {
// model: Quickshell.screens
Variants {
model: Quickshell.screens
// delegate: Background {
// modelData: item
// }
// }
delegate: Overview {
modelData: item
}
}
// Variants {
// model: Quickshell.screens
// delegate: Overview {
// modelData: item
// }
// }
DemoPanel {
id: demoPanel