diff options
author | Felix Buehler <account@buehler.rocks> | 2018-06-29 13:35:20 +0200 |
---|---|---|
committer | Felix Buehler <account@buehler.rocks> | 2018-06-29 14:37:48 +0200 |
commit | 50b899ba42c074c430f612fbf868bae364bcabd7 (patch) | |
tree | f528398f25db35ff194510fb1fd5d02718648e15 /i3status.c | |
parent | 4d3344ab9cd68bad5faf4ed3dad185dfcacb1e3d (diff) |
hide seconds in battery by default
Diffstat (limited to 'i3status.c')
-rw-r--r-- | i3status.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |