From 111da89d4a04a3fa8cdaca5535ae2c198dd4d746 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 17 Feb 2019 14:52:23 +0200 Subject: [PATCH] i3status: comment max_threshold, locale depedent, specify i3bar --- conf/i3status/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/i3status/config b/conf/i3status/config index 229b8967..0d72cc0a 100644 --- a/conf/i3status/config +++ b/conf/i3status/config @@ -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" }