quickshell: align first workspace dot with the window column
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
3d32befa5b
commit
2e0735fafa
1 changed files with 4 additions and 1 deletions
|
|
@ -607,7 +607,10 @@ in
|
||||||
// (stylix); the pill matches hyprland's active border accent.
|
// (stylix); the pill matches hyprland's active border accent.
|
||||||
Row {
|
Row {
|
||||||
anchors.left: parent.left
|
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
|
anchors.verticalCenter: barBgRect.verticalCenter
|
||||||
spacing: 4
|
spacing: 4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue