quickshell: align right cluster to the window column like the dots

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

View file

@ -682,7 +682,10 @@ in
// Right network, battery, tray // Right network, battery, tray
Row { Row {
anchors.right: parent.right 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 anchors.verticalCenter: barBgRect.verticalCenter
spacing: 10 spacing: 10