i3status: comment max_threshold, locale depedent, specify i3bar

This commit is contained in:
Aminda Suomalainen 2019-02-17 14:52:23 +02:00
parent a8f81f9e44
commit 111da89d4a
No known key found for this signature in database
GPG Key ID: 0C207F07B2F32B67
1 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,7 @@
# If the above line is not correctly displayed, fix your editor first!
general {
output_format = "i3bar"
colors = true
interval = 1
}
@ -26,7 +27,8 @@ order += "tztime local"
load {
format = "%1min %5min %15min"
# The default is 5 while my laptop has only 4 and older PC 1.
max_threshold = "3,7"
# CHANGEME - apparently whether . or , works depends on locale -.-
#max_threshold = "3.7"
#max_threshold = "0,7"
}