diff options
Diffstat (limited to 'waybar/style.css')
| -rw-r--r-- | waybar/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css index 76dbfc5..bf9ee33 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -55,6 +55,14 @@ button { background-color: #434e59; } +#custom-idle-inhibitor.suspended { + background: #D54B00; +} + +#custom-idle-inhibitor.stopped { + background: #eb4d4b; +} + #clock, #battery, #cpu, |
