[AI] Changed the bar to render only on specified monitors if listed

This commit is contained in:
2026-07-27 14:47:41 -04:00
parent c86fcd4f24
commit 1ef93b1951
+1 -1
View File
@@ -7,7 +7,7 @@ import qs.common.widgets
Scope { Scope {
Variants { Variants {
model: Quickshell.screens model: Config.options.bar.screenList.length > 0 ? Quickshell.screens.filter(s => Config.options.bar.screenList.includes(s.name)) : Quickshell.screens
PanelWindow { PanelWindow {
required property var modelData required property var modelData
screen: modelData screen: modelData