hefty: bar: window info

This commit is contained in:
end-4
2026-03-20 23:38:14 +01:00
parent aefc88755a
commit 4fcc12444f
6 changed files with 313 additions and 8 deletions
@@ -1,5 +1,6 @@
pragma ComponentBehavior: Bound
import QtQuick
import QtQuick.Layouts
import Quickshell
import qs.modules.common as C
import qs.modules.common.widgets as W
@@ -48,6 +49,11 @@ Repeater {
context: root.context
property bool startSide: index === 0
property bool endSide: index === root.model.length - 1
Layout.fillWidth: item.Layout.fillWidth
Layout.fillHeight: item.Layout.fillHeight
Layout.maximumWidth: item.Layout.maximumWidth
Layout.maximumHeight: item.Layout.maximumHeight
}
}
@@ -74,4 +80,4 @@ Repeater {
}
}
}
}
}