mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-31 17:54:41 +00:00
revert shell Variants stuff
This commit is contained in:
+1
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user