add multimonitor
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user