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