fix format for cpu in waybar
This commit is contained in:
parent
7e362b6ec8
commit
1096f14d67
1 changed files with 2 additions and 1 deletions
3
bar.nix
3
bar.nix
|
|
@ -197,8 +197,9 @@
|
||||||
|
|
||||||
cpu = {
|
cpu = {
|
||||||
interval = 1;
|
interval = 1;
|
||||||
format = " {usage:2}%";
|
format = " {usage: 2}%";
|
||||||
"max-length" = 10;
|
"max-length" = 10;
|
||||||
|
"min-length" = 4;
|
||||||
"on-click" = "$TERMINAL --class floating -e htop";
|
"on-click" = "$TERMINAL --class floating -e htop";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue