diff --git a/home-modules/waybar.nix b/home-modules/waybar.nix index b42b637..d7e0bed 100755 --- a/home-modules/waybar.nix +++ b/home-modules/waybar.nix @@ -238,11 +238,14 @@ in { color: rgb(${f green.base});; } - #battery.critical { - color: rgb(${f red.dark});; - background: rgb(${f red.bright}); + #battery.charging { + color: rgb(${f green.base}); + } + + #battery.critical { + background: rgb(${f negative.base}); + color: rgb(${f foreground}); } - #battery.charging { color: rgb(${f green.base}); } ''; #battery.critical:not(.charging) {