From aeeb4042eb762f0a7525c29e44e85ac2ab32c7e6 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 20 Jun 2026 01:26:30 -0500 Subject: [PATCH] Dull the brightness of "critical" codex statuses --- hyprland/.config/waybar/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hyprland/.config/waybar/style.css b/hyprland/.config/waybar/style.css index 271596ee..ffea06fa 100644 --- a/hyprland/.config/waybar/style.css +++ b/hyprland/.config/waybar/style.css @@ -253,7 +253,5 @@ window#waybar.fullscreen #window { } #custom-codex-primary.critical, #custom-codex-secondary.critical { - color: #282828; - background: #fb4934; - border-radius: 8px; + color: #fb4934; }