]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
wireless: display no IP instead of (null)
[i3/i3status] / man / i3status.man
index d73c6cc3edb3c8329cbe115c4c78f4424e527530..a747c73998e25d4b30d0e105cb2efdb69bb0c7df 100644 (file)
@@ -40,8 +40,9 @@ for a complete reference.
 .Sample configuration
 -------------------------------------------------------------
 general {
+        output_format = "dzen2"
         colors = true
-       interval = 5
+        interval = 5
 }
 
 order  = "ipv6"
@@ -66,7 +67,7 @@ ethernet eth0 {
 }
 
 battery 0 {
-        format = "%status %remaining"
+        format = "%status %percentage %remaining"
 }
 
 run_watch DHCP {
@@ -100,6 +101,19 @@ The colors directive will disable all colors if you set it to +false+.
 +interval+ is the time in seconds which i3status will sleep until printing
 the next status line.
 
+Using +output_format+ you can chose which format strings i3status should
+use in its output. Currently available are:
+
+dzen2::
+Dzen is a general purpose messaging, notification and menuing program for X11.
+It was designed to be scriptable in any language and integrate well with window
+managers like dwm, wmii and xmonad though it will work with any windowmanger
+xmobar::
+xmobar is a minimalistic, text based, status bar. It was designed to work
+with the xmonad Window Manager.
+none::
+Does not use any color codes. Separates values by the pipe symbol.
+
 === IPv6
 
 This module gets the IPv6 address used for outgoing connections (that is, the
@@ -145,7 +159,11 @@ interface. Getting the link speed requires root privileges.
 === Battery
 
 Gets the status (charging, discharging, running), percentage and remaining
-time of the given battery.
+time of the given battery. If you want to use the last full capacity instead
+of the design capacity (when using the design capacity, it may happen that
+your battery is at 23% when fully charged because it’s old. In general, I
+want to see it this way, because it tells me how worn off my battery is.),
+just specify +last_full_capacity = true+.
 
 *Example order*: +battery 0+