🎨 ux(waybar): added color indicators for urgent workspaces

This commit is contained in:
Sergio Laín 2023-12-22 18:08:43 +01:00
parent 7f87c80d27
commit 1613c3476a
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -9,7 +9,6 @@
#custom-clipboard, #custom-clipboard,
#custom-notifications, #custom-notifications,
#custom-arch, #custom-arch,
#custom-gpu-temp,
#custom-gpu-usage, #custom-gpu-usage,
#custom-updates, #custom-updates,
#mode, #mode,
@ -76,8 +75,12 @@ window#waybar.hidden {
font-weight: bolder; font-weight: bolder;
} }
#workspaces button.urgent {
background-color: #e06c75;
}
#workspaces button.urgent label { #workspaces button.urgent label {
color: #e06c75; color: #24273a;
font-weight: bolder; font-weight: bolder;
} }