revert shell Variants stuff
This commit is contained in:
parent
30485876b5
commit
2307cac558
2 changed files with 10 additions and 12 deletions
|
|
@ -14,8 +14,7 @@ PanelWindow {
|
|||
screen: modelData
|
||||
implicitHeight: Style.barHeight * scaling
|
||||
color: "transparent"
|
||||
visible: Settings.settings.barMonitors.includes(modelData.name)
|
||||
|| (Settings.settings.barMonitors.length === 0)
|
||||
visible: true //Settings.settings.barMonitors.includes(modelData.name) || (Settings.settings.barMonitors.length === 0)
|
||||
|
||||
anchors {
|
||||
top: true
|
||||
|
|
|
|||
19
shell.qml
19
shell.qml
|
|
@ -12,22 +12,21 @@ import qs.Modules.Background
|
|||
ShellRoot {
|
||||
id: root
|
||||
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Item {
|
||||
required property ShellScreen modelData
|
||||
|
||||
Bar {
|
||||
modelData: parent.modelData
|
||||
}
|
||||
|
||||
// Background {}
|
||||
|
||||
// Overview {}
|
||||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
|
||||
|
||||
Background {}
|
||||
|
||||
Overview {}
|
||||
}
|
||||
|
||||
|
||||
DemoPanel {
|
||||
id: demoPanel
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue