From 50b899ba42c074c430f612fbf868bae364bcabd7 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 29 Jun 2018 13:35:20 +0200 Subject: hide seconds in battery by default --- i3status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'i3status.c') diff --git a/i3status.c b/i3status.c index 316159c..8621f2c 100644 --- a/i3status.c +++ b/i3status.c @@ -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, -- cgit v1.2.3