🎨 ux(waybar): added color indicators for urgent workspaces
This commit is contained in:
parent
7f87c80d27
commit
1613c3476a
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue