system/pkgs/wm/waybar/cpu.nix
2024-10-14 14:28:31 -07:00

8 lines
96 B
Nix

{
"cpu" = {
"interval" = 5;
"format" = " {usage}%";
"max-length" = 10;
};
}