diff options
author | Ingo Bürk <admin@airblader.de> | 2018-06-29 22:49:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-29 22:49:52 +0200 |
commit | 78c0a53c45428a9671c2d0c38dc5483f66465bf2 (patch) | |
tree | 18198735867b1d3a4f65eed1a6d6f6616d49b15d /i3status.c | |
parent | a916481aab2d81b1882a25da34a2fe327d74cff4 (diff) | |
parent | 50b899ba42c074c430f612fbf868bae364bcabd7 (diff) |
Merge pull request #293 from Stunkymonkey/hide_seconds_battery
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, |