From d63097edb6a7e7a604d946b4693f8a48ba719bfa Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 11:59:46 +0100 Subject: [PATCH] quickshell: use screen.width for RowLayout Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 607dc10..8f38291 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -459,8 +459,8 @@ in color: "#D1${c.base00}" RowLayout { - width: bar.width - height: bar.height + width: bar.screen.width + height: 30 spacing: 0 // Workspaces