Add urgency indicator to waybar
This commit is contained in:
parent
fe7c396545
commit
2b54dabf74
|
@ -170,7 +170,6 @@
|
||||||
|
|
||||||
#workspaces button:hover {
|
#workspaces button:hover {
|
||||||
box-shadow: inherit;
|
box-shadow: inherit;
|
||||||
text-shadow: inherit;
|
|
||||||
background: @background;
|
background: @background;
|
||||||
border: none;
|
border: none;
|
||||||
padding: 0px 3px;
|
padding: 0px 3px;
|
||||||
|
@ -182,6 +181,11 @@
|
||||||
text-shadow: 0px 0px 2px shade(@pink, 1.2);
|
text-shadow: 0px 0px 2px shade(@pink, 1.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#workspaces button.urgent {
|
||||||
|
background-color: @altred;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
#battery,
|
#battery,
|
||||||
#cpu,
|
#cpu,
|
||||||
|
|
Loading…
Reference in a new issue