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 = {
|
||||
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" = {
|
||||
|
|
Loading…
Reference in a new issue