quickshell: align first workspace dot with the window column

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-11 20:58:25 +01:00
parent 3d32befa5b
commit 2e0735fafa

View file

@ -607,7 +607,10 @@ in
// (stylix); the pill matches hyprland's active border accent.
Row {
anchors.left: parent.left
anchors.leftMargin: Theme.frameWidth + 8
// Align the first dot's VISIBLE edge with the window
// column below (gaps_out.left = frameWidth + 12); each
// cell pads its dot by 3px, hence the -3.
anchors.leftMargin: Theme.frameWidth + 12 - 3
anchors.verticalCenter: barBgRect.verticalCenter
spacing: 4