diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2009-10-27 20:27:15 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2009-10-27 20:27:15 +0100 |
commit | 5e9a2849fccee560b75131a75e945ba2a1461a26 (patch) | |
tree | da5fb8488e82a0ab1413af1dfc64f90e1ddcf299 /man/i3status.man | |
parent | 9e81fa5654e2a6b665b8cbb9ed1d59dc90827ab9 (diff) |
Update manpage for output_format
Diffstat (limited to 'man/i3status.man')
-rw-r--r-- | man/i3status.man | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/man/i3status.man b/man/i3status.man index cf3e2b2..a747c73 100644 --- a/man/i3status.man +++ b/man/i3status.man @@ -40,8 +40,9 @@ for a complete reference. .Sample configuration ------------------------------------------------------------- general { + output_format = "dzen2" colors = true - interval = 5 + interval = 5 } order = "ipv6" @@ -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 |