summaryrefslogtreecommitdiff
path: root/i3status.c
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2018-06-29 13:35:20 +0200
committerFelix Buehler <account@buehler.rocks>2018-06-29 14:37:48 +0200
commit50b899ba42c074c430f612fbf868bae364bcabd7 (patch)
treef528398f25db35ff194510fb1fd5d02718648e15 /i3status.c
parent4d3344ab9cd68bad5faf4ed3dad185dfcacb1e3d (diff)
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,