hefty: bar: workspace widget

This commit is contained in:
end-4
2026-02-05 12:49:36 +01:00
parent 5bb1aa06af
commit ead98b98b8
15 changed files with 587 additions and 72 deletions
@@ -50,7 +50,7 @@ Item {
id: layout
columns: C.Config.options.bar.vertical ? 1 : -1
anchors.centerIn: parent
property real spacing: 0
property real spacing: 4
columnSpacing: spacing
rowSpacing: spacing
}