diff --git a/modules/home-manager/configs/window-manager/polybar.nix b/modules/home-manager/configs/window-manager/polybar.nix index bec389b..a244399 100644 --- a/modules/home-manager/configs/window-manager/polybar.nix +++ b/modules/home-manager/configs/window-manager/polybar.nix @@ -114,7 +114,7 @@ in format.charging = { inherit padding; - text = "%{T3}%{T-} "; + text = "%{T3}󰂄%{T-} "; foreground = themeCfg.highlights.success; }; @@ -126,18 +126,18 @@ in format.full = { inherit padding; - text = "%{T3}%{T-} "; + text = "%{T3}󰁹%{T-} "; foreground = themeCfg.highlights.success; }; format.low = { inherit padding; - text = "%{T3}%{T-} "; + text = "%{T3}󰂃%{T-} "; foreground = themeCfg.highlights.critical; }; # Only applies if is used - ramp.capacity = [ "" "" "" "" "" ]; + ramp.capacity = [ "󰁺" "󰁼" "󰁾" "󰂀" "󰂂" ]; }; "module/wifi" = {