]> git.sur5r.net Git - i3/i3status/commitdiff
Fix the default value for the load, also the manpage description (Thanks XTaran)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 3 Oct 2011 17:33:36 +0000 (18:33 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 3 Oct 2011 17:33:36 +0000 (18:33 +0100)
i3status.c
man/i3status.man

index 7995d743e9b847116a5c88d87a35f130ceec782b..a02360b2ad18e37483c58e0dd484b1d6692b05d4 100644 (file)
@@ -224,7 +224,7 @@ int main(int argc, char *argv[]) {
         };
 
         cfg_opt_t load_opts[] = {
-                CFG_STR("format", "%5min %10min %15min", CFGF_NONE),
+                CFG_STR("format", "%1min %5min %15min", CFGF_NONE),
                 CFG_END()
         };
 
index 404b3b779e5065e5ae59731f04739576b005cdb5..f9bcebf15607a2bfef2e7d82fc296eed2cabd505 100644 (file)
@@ -216,7 +216,7 @@ Gets the percentual CPU usage from +/proc/stat+.
 === Load
 
 Gets the system load (number of processes waiting for CPU time in the last
-5, 10 and 15 minutes).
+1, 5 and 15 minutes).
 
 *Example order*: +load+