🎨 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-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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue