From cbe98bff77c2ee54a901b8b0cbc968c90518f384 Mon Sep 17 00:00:00 2001 From: rope Date: Thu, 11 Jun 2026 21:25:02 +0100 Subject: [PATCH] quickshell: nudge tray 2px outward to offset icon artwork padding Co-Authored-By: Claude Fable 5 --- settings/quickshell.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 944f514..9f2343a 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -685,8 +685,10 @@ in anchors.right: parent.right // Corner symmetry like the dots: last tray icon's VISIBLE // edge 12px from the right screen edge; tray cells pad - // their 16px icons by 4px, hence the -4. - anchors.rightMargin: 12 - 4 + // their 16px icons by 4px, hence the -4. The extra -2 + // optically compensates for transparent padding baked + // into typical tray icon artwork. + anchors.rightMargin: 12 - 4 - 2 anchors.verticalCenter: barBgRect.verticalCenter spacing: 10