From b3492a40cbb913d35f22c375fb5a1282d28c44b1 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 11:33:20 +0100 Subject: [PATCH] quickshell: set implicitWidth to screen width Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index e2031ff..a7fe8b2 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -454,6 +454,7 @@ in right: true } + implicitWidth: screen.width implicitHeight: 30 color: "#D1${c.base00}"