]> git.sur5r.net Git - i3/i3status/blobdiff - i3status.conf
config: introduce an utf-8 character so that editors are forced to use utf-8
[i3/i3status] / i3status.conf
index 8c2bf9d0939e117048e4e6da3a9a8f50377c1d00..49ea488ae389c59393ebe75b9464168043ee8dcc 100644 (file)
@@ -1,3 +1,11 @@
+# i3status configuration file.
+# see "man i3status" for documentation.
+
+# It is important that this file is edited as UTF-8.
+# The following line should contain a sharp s:
+# ß
+# If the above line is not correctly displayed, fix your editor first!
+
 general {
         colors = true
         interval = 5
@@ -10,7 +18,6 @@ order += "run_watch VPN"
 order += "wireless wlan0"
 order += "ethernet eth0"
 order += "battery 0"
-order += "cpu_temperature 0"
 order += "load"
 order += "time"
 
@@ -45,10 +52,6 @@ load {
         format = "%1min"
 }
 
-cpu_temperature 0 {
-        format = "T: %degrees °C"
-}
-
 disk "/" {
         format = "%free"
 }