From 9429d93a7e1200b30d3d6bbf133cdfd933a44d74 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 3 Oct 2011 18:33:36 +0100 Subject: Fix the default value for the load, also the manpage description (Thanks XTaran) --- i3status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3status.c') 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() }; -- cgit v1.2.3