diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:26:22 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:26:22 +0100 |
| commit | 05c356375f0bbe3fb36b3c96159752f4f8ce9897 (patch) | |
| tree | 5afd71bf659e74a1336badebd1ea86fa4c37c778 /waybar/style.css | |
| parent | 8fe0510c0238e3ab6f3e4742e4333b74f96a08d4 (diff) | |
Update waybar
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, |
