From a6c38708fc197310494dadb6c525963bc1659e09 Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 11 Jun 2026 21:10:58 +0100 Subject: [PATCH] quickshell: align right cluster to the window column like the dots 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 dc88720..90c4ea2 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -682,7 +682,10 @@ in // Right — network, battery, tray Row { anchors.right: parent.right - anchors.rightMargin: 8 + // Mirror the left side: last tray icon's VISIBLE edge on + // the window column (frameWidth + 12); tray cells pad + // their 16px icons by 4px, hence the -4. + anchors.rightMargin: Theme.frameWidth + 12 - 4 anchors.verticalCenter: barBgRect.verticalCenter spacing: 10