diff --git a/modules/home/services/waybar.nix b/modules/home/services/waybar.nix index 18078b8..4735ba8 100644 --- a/modules/home/services/waybar.nix +++ b/modules/home/services/waybar.nix @@ -95,10 +95,7 @@ "󰂂" "󰁹" ]; - states = { - critical = 5; - warning = 15; - }; + states.critical = 10; }; }; @@ -135,6 +132,10 @@ color: @theme_selected_fg_color; font-weight: bold; } + + #battery.critical { + color: @error_color; + } ''; }; };