From 1613c3476a13887e16828ae2971b6b9f9f7e125b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 22 Dec 2023 18:08:43 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(waybar):=20added=20color=20in?= =?UTF-8?q?dicators=20for=20urgent=20workspaces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 3b35dd7b..61dac21f 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,7 +9,6 @@ #custom-clipboard, #custom-notifications, #custom-arch, -#custom-gpu-temp, #custom-gpu-usage, #custom-updates, #mode, @@ -76,8 +75,12 @@ window#waybar.hidden { font-weight: bolder; } +#workspaces button.urgent { + background-color: #e06c75; +} + #workspaces button.urgent label { - color: #e06c75; + color: #24273a; font-weight: bolder; }