feat: change cpu & memory polling intervals

This commit is contained in:
notohh 2023-04-09 18:02:05 -04:00
parent b9a271e086
commit 0e7d2f8b94
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -66,9 +66,11 @@
"cpu" = { "cpu" = {
format = "{usage}% "; format = "{usage}% ";
tooltip = "false"; tooltip = "false";
interval = "2";
}; };
"memory" = { "memory" = {
format = "{}% "; format = "{}% ";
interval = "15";
}; };
"clock" = { "clock" = {
tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"; tooltip-format = "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>";