diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:45:01 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:45:01 +0100 |
| commit | f5ef39e0c36a6c360c32d0c5c0f09cc64fb7fbda (patch) | |
| tree | 0592e3d6d5dee362bd88921de5d60c75ddb2317c | |
| parent | 46c7b9801763119212bf1b4628ec812180a85f2f (diff) | |
Fix battery colors
| -rw-r--r-- | roles/waybar/templates/waybar/style.css.j2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/waybar/templates/waybar/style.css.j2 b/roles/waybar/templates/waybar/style.css.j2 index f9a76502..7e7d9ec4 100644 --- a/roles/waybar/templates/waybar/style.css.j2 +++ b/roles/waybar/templates/waybar/style.css.j2 @@ -86,8 +86,6 @@ tooltip { #language:hover, #custom-sunset:hover, #custom-power:hover, -#battery:hover, -#battery.charging:hover, #battery.plugged:hover, #battery.full:hover, #cpu:hover, #memory:hover, #disk:hover, @@ -103,7 +101,7 @@ tooltip { } #battery.charging, #battery.plugged, #battery.full { - color: #32CD32; + color: @activeColor; } #battery.warning:not(.charging) { @@ -111,7 +109,7 @@ tooltip { } #battery.critical:not(.charging) { - color: #DC143C; + color: #FD0E35; animation-name: blink; animation-duration: 1s; animation-timing-function: steps(2, end); |
