From 5e8685630737856ac608d9d027487ff28e3d1f27 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 11:58:40 +0100 Subject: [PATCH] quickshell: bind RowLayout size to bar dimensions Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index a7fe8b2..607dc10 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -459,7 +459,8 @@ in color: "#D1${c.base00}" RowLayout { - anchors.fill: parent + width: bar.width + height: bar.height spacing: 0 // Workspaces