fix(waybar): adjust icons for the new font

This commit is contained in:
Alexandre Cavalheiro 2024-09-20 11:55:36 -03:00
parent 186f879b73
commit 5e9fa217f2
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -69,18 +69,18 @@
memory = {
interval = 5;
format = " {percentage}%";
format = " {percentage}%";
states = {
warning = 70;
critical = 90;
};
"tooltip-format" = " {used:0.1f}G/{total:0.1f}G";
"tooltip-format" = " {used:0.1f}G/{total:0.1f}G";
};
cpu = {
interval = 5;
tooltip = false;
format = " {usage}%";
format = " {usage}%";
format-alt = " {load}";
states = {
warning = 70;