From 3276f83948d1bdcef84c79fd0ba239465e75d9d9 Mon Sep 17 00:00:00 2001 From: rope Date: Tue, 26 May 2026 11:34:41 +0100 Subject: [PATCH] quickshell: use width for full-width bar Co-Authored-By: Claude Opus 4.6 --- settings/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index a7fe8b2..aa3aa8f 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -454,7 +454,7 @@ in right: true } - implicitWidth: screen.width + width: screen.width implicitHeight: 30 color: "#D1${c.base00}"