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 = { memory = {
interval = 5; interval = 5;
format = " {percentage}%"; format = " {percentage}%";
states = { states = {
warning = 70; warning = 70;
critical = 90; critical = 90;
}; };
"tooltip-format" = " {used:0.1f}G/{total:0.1f}G"; "tooltip-format" = " {used:0.1f}G/{total:0.1f}G";
}; };
cpu = { cpu = {
interval = 5; interval = 5;
tooltip = false; tooltip = false;
format = " {usage}%"; format = " {usage}%";
format-alt = " {load}"; format-alt = " {load}";
states = { states = {
warning = 70; warning = 70;