feat(idle): add status class

This commit is contained in:
Alex
2019-03-10 10:29:06 +01:00
parent 94d7b083c5
commit 973cec1713
2 changed files with 7 additions and 0 deletions

View File

@ -109,3 +109,8 @@ window#waybar {
#idle_inhibitor {
background-color: #2d3436;
}
#idle_inhibitor.activated {
background-color: #ecf0f1;
color: #2d3436;
}