From d676ab79933ba138e1fd3b0c76a06f0d25941b8d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 26 Aug 2019 10:11:38 +0300 Subject: [PATCH] i3status: cahnge load average warning threshold comment --- conf/i3status/config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/i3status/config b/conf/i3status/config index c7c91cd5..db1c7437 100644 --- a/conf/i3status/config +++ b/conf/i3status/config @@ -34,9 +34,10 @@ order += "tztime local" # Load is first as the treshold may need the most modification here load { format = "%1min %5min %15min" - # The default is 5 while my laptop has only 4 and older PC 1. + # The default is 5 while my laptop has only 2 cores (without SMT + # for MDS mitigation) and older PC 1. # CHANGEME - apparently whether . or , works depends on locale -.- - #max_threshold = "3.7" + #max_threshold = "1,7" #max_threshold = "0,7" }