home-manager/programs/waybar: update icons for cpu and memory

This commit is contained in:
Anthony Rodriguez 2024-12-19 20:51:51 +01:00
parent ae60854247
commit ec2bce3b55
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -96,13 +96,13 @@
"memory" = {
interval = 5;
format = " {}%";
format = " {}%";
tooltip = true;
};
"cpu" = {
interval = 5;
format = " {usage:2}%";
format = " {usage:2}%";
tooltip = true;
};