From dbc0f9bd8c3561eb7b9c2d7c13518cb825695d23 Mon Sep 17 00:00:00 2001 From: Gjum Date: Wed, 27 Jul 2016 19:57:50 +0200 Subject: change default cpu_usage thresholds to 90 and 95 --- i3status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i3status.c') diff --git a/i3status.c b/i3status.c index 54d850f..e213da4 100644 --- a/i3status.c +++ b/i3status.c @@ -413,8 +413,8 @@ int main(int argc, char *argv[]) { cfg_opt_t usage_opts[] = { CFG_STR("format", "%usage", CFGF_NONE), - CFG_FLOAT("max_threshold", 200, CFGF_NONE), - CFG_FLOAT("degraded_threshold", 200, CFGF_NONE), + CFG_FLOAT("max_threshold", 95, CFGF_NONE), + CFG_FLOAT("degraded_threshold", 90, CFGF_NONE), CFG_CUSTOM_ALIGN_OPT, CFG_CUSTOM_COLOR_OPTS, CFG_CUSTOM_MIN_WIDTH_OPT, -- cgit v1.2.3