idle inhibiting
This commit is contained in:
parent
3f8b6984b7
commit
0d9381864c
2 changed files with 19 additions and 0 deletions
|
|
@ -129,6 +129,17 @@ window#waybar {
|
|||
animation-duration: 2s;
|
||||
}
|
||||
|
||||
#idle_inhibitor {
|
||||
color: @base09;
|
||||
}
|
||||
/* this here is ditto */
|
||||
#idle_inhibitor.activated {
|
||||
color: @base09;
|
||||
}
|
||||
#idle_inhibitor.deactivated {
|
||||
color: @base04;
|
||||
}
|
||||
|
||||
#battery {
|
||||
animation-timing-function: linear;
|
||||
animation-iteration-count: infinite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue