home-manager/programs/waybar: update icons for cpu and memory
This commit is contained in:
parent
ae60854247
commit
ec2bce3b55
1 changed files with 2 additions and 2 deletions
|
@ -96,13 +96,13 @@
|
|||
|
||||
"memory" = {
|
||||
interval = 5;
|
||||
format = " {}%";
|
||||
format = " {}%";
|
||||
tooltip = true;
|
||||
};
|
||||
|
||||
"cpu" = {
|
||||
interval = 5;
|
||||
format = " {usage:2}%";
|
||||
format = " {usage:2}%";
|
||||
tooltip = true;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue