From 1cb2389b0d333c4ada4c52670353a945adfc9190 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 12:05:04 +0100 Subject: [PATCH] quickshell: fix layout width with Row for workspaces Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 8f38291..741537a 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -454,17 +454,15 @@ in right: true } - implicitWidth: screen.width implicitHeight: 30 color: "#D1${c.base00}" RowLayout { - width: bar.screen.width - height: 30 + anchors.fill: parent spacing: 0 // Workspaces - RowLayout { + Row { spacing: 0 Layout.leftMargin: 6 @@ -473,8 +471,8 @@ in Item { required property var modelData - Layout.preferredWidth: 28 - Layout.preferredHeight: 30 + width: 28 + height: 30 Text { anchors.centerIn: parent