i3status: cahnge load average warning threshold comment

This commit is contained in:
Aminda Suomalainen 2019-08-26 10:11:38 +03:00
parent c766b55414
commit d676ab7993
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 2 deletions

View File

@ -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"
}