add multimonitor

This commit is contained in:
2026-08-18 21:30:51 +02:00
parent 7d117f4ae5
commit f60dd06e7e
10 changed files with 470 additions and 34 deletions
+5
View File
@@ -49,6 +49,11 @@ ShellRoot {
readonly property bool active: AttWm.tagActive(bar.output, index)
readonly property bool occupied: AttWm.tagOccupied(bar.output, index)
// Tags belonging to another screen are that screen's to
// draw; a hidden item is out of the layout entirely, so
// each bar shows its own slice with no gap.
visible: AttWm.tagOwned(bar.output, index)
Layout.fillHeight: true
implicitWidth: label.implicitWidth + 16
color: active ? "#5294e2" : "transparent"