system/pkgs/wm/waybar/cpu.nix

8 lines
96 B
Nix
Raw Normal View History

2024-10-14 17:28:31 -04:00
{
"cpu" = {
"interval" = 5;
"format" = " {usage}%";
"max-length" = 10;
};
}