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" = {
|
"memory" = {
|
||||||
interval = 5;
|
interval = 5;
|
||||||
format = " {}%";
|
format = " {}%";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
"cpu" = {
|
"cpu" = {
|
||||||
interval = 5;
|
interval = 5;
|
||||||
format = " {usage:2}%";
|
format = " {usage:2}%";
|
||||||
tooltip = true;
|
tooltip = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue