From fe06391a1e1905fc7e6c13443ea439a89695ca69 Mon Sep 17 00:00:00 2001 From: Sami Liedes Date: Fri, 30 Jan 2026 00:17:52 +0100 Subject: [PATCH] waybar: Include CSS style for urgent (#2158) Link: https://github.com/nix-community/stylix/pull/2158 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com Reviewed-by: 0xda157 (cherry picked from commit 861c3c92a9f865d5adae1c1917a6c383170eff13) --- modules/waybar/hm.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/waybar/hm.nix b/modules/waybar/hm.nix index 4ad22dfa..67915cf0 100644 --- a/modules/waybar/hm.nix +++ b/modules/waybar/hm.nix @@ -79,6 +79,12 @@ mkTarget { .modules-${place} #workspaces button.active { border-bottom: 3px solid @base05; } + + .modules-${place} #workspaces button.urgent { + border-bottom: 3px solid @base08; + background-color: @base08; + color: @base00; + } ''; in {