From e2c4c26f2aa7f16b3bfe767d7af9b582dd28612a Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 18 May 2024 23:38:00 +0300 Subject: [PATCH] modules/polybar: update font icons --- modules/home-manager/configs/window-manager/polybar.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" = {