]> git.sur5r.net Git - i3/i3status/blobdiff - i3status.conf
Teen ordinal numbers always use a 'th' suffix.
[i3/i3status] / i3status.conf
index 5233041540c9a3fb1b93e29b6a3a03da6e8172a6..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
@@ -45,5 +53,5 @@ load {
 }
 
 disk "/" {
-        format = "%free (or: %percentage_used used, %percentage_used_of_avail used of avail, %percentage_free free, %percentage_avail avail)"
+        format = "%free"
 }