From 2e0735fafa42f362685af5289ee8c965226ba899 Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 11 Jun 2026 20:58:25 +0100 Subject: [PATCH] quickshell: align first workspace dot with the window column Co-Authored-By: Claude Fable 5 --- settings/quickshell.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 1e070dc..dc88720 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -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