summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2011-10-03 18:33:36 +0100
committerMichael Stapelberg <michael@stapelberg.de>2011-10-03 18:33:36 +0100
commit9429d93a7e1200b30d3d6bbf133cdfd933a44d74 (patch)
tree4eb544ff9c4d9ed802b62a6ea10c540f060d2b9b
parent8166314ffa33849cfe7306c346e85c452587edbe (diff)
Fix the default value for the load, also the manpage description (Thanks XTaran)
-rw-r--r--i3status.c2
-rw-r--r--man/i3status.man2
2 files changed, 2 insertions, 2 deletions
diff --git a/i3status.c b/i3status.c
index 7995d74..a02360b 100644
--- a/i3status.c
+++ b/i3status.c
@@ -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()
};
diff --git a/man/i3status.man b/man/i3status.man
index 404b3b7..f9bcebf 100644
--- a/man/i3status.man
+++ b/man/i3status.man
@@ -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+