Add urgency indicator to waybar

This commit is contained in:
Kiana Sheibani 2024-02-20 01:15:16 -05:00
parent fe7c396545
commit 2b54dabf74

View file

@ -170,7 +170,6 @@
#workspaces button:hover {
box-shadow: inherit;
text-shadow: inherit;
background: @background;
border: none;
padding: 0px 3px;
@ -182,6 +181,11 @@
text-shadow: 0px 0px 2px shade(@pink, 1.2);
}
#workspaces button.urgent {
background-color: @altred;
color: #ffffff;
}
#clock,
#battery,
#cpu,