idle inhibiting

This commit is contained in:
Reid 2026-04-29 15:26:48 -07:00
parent 3f8b6984b7
commit 0d9381864c
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
2 changed files with 19 additions and 0 deletions

View file

@ -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;