modules/polybar: update font icons

This commit is contained in:
Dmitriy Pleshevskiy 2024-05-18 23:38:00 +03:00
parent 077d5db5db
commit e2c4c26f2a
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -114,7 +114,7 @@ in
format.charging = {
inherit padding;
text = "%{T3}%{T-} <label-charging>";
text = "%{T3}󰂄%{T-} <label-charging>";
foreground = themeCfg.highlights.success;
};
@ -126,18 +126,18 @@ in
format.full = {
inherit padding;
text = "%{T3}%{T-} <label-full>";
text = "%{T3}󰁹%{T-} <label-full>";
foreground = themeCfg.highlights.success;
};
format.low = {
inherit padding;
text = "%{T3}%{T-} <label-low>";
text = "%{T3}󰂃%{T-} <label-low>";
foreground = themeCfg.highlights.critical;
};
# Only applies if <ramp-capacity> is used
ramp.capacity = [ "" "" "" "" "" ];
ramp.capacity = [ "󰁺" "󰁼" "󰁾" "󰂀" "󰂂" ];
};
"module/wifi" = {