started on workspaces

This commit is contained in:
2026-06-23 13:21:29 +01:00
parent 10ff3c170e
commit 175cea641b
7 changed files with 75 additions and 9 deletions

10
Bar.qml
View File

@@ -57,7 +57,12 @@ Scope {
height: childrenRect.height
anchors {
right: parent.right
left: parent.left
leftMargin: 7
}
Left {
monitor: win.monitor
}
}
@@ -81,7 +86,8 @@ Scope {
height: childrenRect.height
anchors {
left: parent.left
right: parent.right
rightMargin: 7
}
}
}