diff options
Diffstat (limited to 'modules/user/desktop/waybar.css')
| -rw-r--r-- | modules/user/desktop/waybar.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/modules/user/desktop/waybar.css b/modules/user/desktop/waybar.css index 0f71c17..decf542 100644 --- a/modules/user/desktop/waybar.css +++ b/modules/user/desktop/waybar.css @@ -63,6 +63,25 @@ tooltip label { margin-right: 8px; } +@keyframes blink { + to { + color: #e0def4; + } +} + +#battery.charging { + color: #9ccfd8; +} + +#battery.critical:not(.charging) { + animation-direction: alternate; + animation-duration: 0.5s; + animation-iteration-count: infinite; + animation-name: blink; + animation-timing-function: steps(2); + color: #eb6f92; +} + #cpu { box-shadow: inset 0 -2px #ebbcba; } |
