]> git.sur5r.net Git - i3/i3status/blobdiff - i3status.c
hide seconds in battery by default
[i3/i3status] / i3status.c
index 316159c26440c182aec3fd270f4d0e31d901eb65..8621f2c257bbb04705f0e860666bd20a15ae0c1c 100644 (file)
@@ -375,7 +375,7 @@ int main(int argc, char *argv[]) {
         CFG_STR("threshold_type", "time", CFGF_NONE),
         CFG_BOOL("last_full_capacity", false, CFGF_NONE),
         CFG_BOOL("integer_battery_capacity", false, CFGF_NONE),
-        CFG_BOOL("hide_seconds", false, CFGF_NONE),
+        CFG_BOOL("hide_seconds", true, CFGF_NONE),
         CFG_CUSTOM_ALIGN_OPT,
         CFG_CUSTOM_COLOR_OPTS,
         CFG_CUSTOM_MIN_WIDTH_OPT,