Add urgency indicator to waybar
This commit is contained in:
parent
fe7c396545
commit
2b54dabf74
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue