summaryrefslogtreecommitdiff
path: root/i3status.c
diff options
context:
space:
mode:
authorIngo Bürk <admin@airblader.de>2018-06-29 22:49:52 +0200
committerGitHub <noreply@github.com>2018-06-29 22:49:52 +0200
commit78c0a53c45428a9671c2d0c38dc5483f66465bf2 (patch)
tree18198735867b1d3a4f65eed1a6d6f6616d49b15d /i3status.c
parenta916481aab2d81b1882a25da34a2fe327d74cff4 (diff)
parent50b899ba42c074c430f612fbf868bae364bcabd7 (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.c2
1 files changed, 1 insertions, 1 deletions
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,