modules/polybar: update font icons
This commit is contained in:
parent
077d5db5db
commit
e2c4c26f2a
1 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ in
|
||||||
|
|
||||||
format.charging = {
|
format.charging = {
|
||||||
inherit padding;
|
inherit padding;
|
||||||
text = "%{T3}%{T-} <label-charging>";
|
text = "%{T3}%{T-} <label-charging>";
|
||||||
foreground = themeCfg.highlights.success;
|
foreground = themeCfg.highlights.success;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -126,18 +126,18 @@ in
|
||||||
|
|
||||||
format.full = {
|
format.full = {
|
||||||
inherit padding;
|
inherit padding;
|
||||||
text = "%{T3}%{T-} <label-full>";
|
text = "%{T3}%{T-} <label-full>";
|
||||||
foreground = themeCfg.highlights.success;
|
foreground = themeCfg.highlights.success;
|
||||||
};
|
};
|
||||||
|
|
||||||
format.low = {
|
format.low = {
|
||||||
inherit padding;
|
inherit padding;
|
||||||
text = "%{T3}%{T-} <label-low>";
|
text = "%{T3}%{T-} <label-low>";
|
||||||
foreground = themeCfg.highlights.critical;
|
foreground = themeCfg.highlights.critical;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Only applies if <ramp-capacity> is used
|
# Only applies if <ramp-capacity> is used
|
||||||
ramp.capacity = [ "" "" "" "" "" ];
|
ramp.capacity = [ "" "" "" "" "" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"module/wifi" = {
|
"module/wifi" = {
|
||||||
|
|
Loading…
Reference in a new issue