]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
Fixed link to contrib in man page.
[i3/i3status] / man / i3status.man
index 0b5b36765b0e7088492a368adc7e7450790b853c..f4e2a3225268cf453336c4bfacf0bacc5589a177 100644 (file)
@@ -1,7 +1,7 @@
 i3status(1)
 ===========
 Michael Stapelberg <michael@i3wm.org>
-v2.9, March 2015
+v2.10, January 2016
 
 == NAME
 
@@ -74,8 +74,8 @@ ethernet eth0 {
 battery 0 {
         format = "%status %percentage %remaining %emptytime"
         format_down = "No battery"
-        status_chr = "â\9a\87 CHR"
-        status_bat = " BAT"
+        status_chr = "â\9a¡ CHR"
+        status_bat = "🔋 BAT"
         status_full = "☻ FULL"
         path = "/sys/class/power_supply/BAT%d/uevent"
         low_threshold = 10
@@ -350,9 +350,9 @@ is used.
 
 *Example format_down*: +No battery+
 
-*Example status_chr*: +â\9a\87 CHR+
+*Example status_chr*: +â\9a¡ CHR+
 
-*Example status_bat*: + BAT+
+*Example status_bat*: +🔋 BAT+
 
 *Example status_full*: +☻ FULL+
 
@@ -513,6 +513,15 @@ min_width::
        set a sensible minimum width regardless of which font you are using, and at
        what particular size. Please note that a number enclosed with quotes will
        still be treated as a number.
+separator::
+       A boolean value which specifies whether a separator line should be drawn
+       after this block. The default is true, meaning the separator line will be
+       drawn. Note that if you disable the separator line, there will still be a
+       gap after the block, unless you also use separator_block_width.
+separator_block_width::
+       The amount of pixels to leave blank after the block. In the middle of this
+       gap, a separator symbol will be drawn unless separator is disabled. This is
+       why the specified width should leave enough space for the separator symbol.
 
 *Example configuration*:
 -------------------------------------------------------------
@@ -520,6 +529,8 @@ disk "/" {
     format = "%avail"
     align = "left"
     min_width = 100
+    separator = false
+    separator_block_width = 1
 }
 -------------------------------------------------------------
 
@@ -602,7 +613,7 @@ Put that in some script, say +.bin/my_i3status.sh+ and execute that instead of i
 
 Note that if you want to use the JSON output format (with colors in i3bar), you
 need to use a slightly more complex wrapper script. There are examples in the
-contrib/ folder, see http://code.i3wm.org/i3status/tree/contrib
+contrib/ folder, see http://code.i3wm.org/i3status/tree/master/contrib
 
 == SIGNALS