From: Michael Stapelberg Date: Fri, 22 Jul 2011 17:42:29 +0000 (+0200) Subject: add i3status page X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=073cfa14d75814636ce01af24bbb9be69d905061;p=i3%2Fi3.github.io add i3status page --- diff --git a/i3status/index.html.mako b/i3status/index.html.mako new file mode 100644 index 0000000..a71fbb2 --- /dev/null +++ b/i3status/index.html.mako @@ -0,0 +1,51 @@ +<%! + section = "i3status" +%> +<%inherit file="_templates/i3.mako" /> +
+ +

i3status

+ +

+ i3status is a small program (about 1500 SLOC) for generating a status bar + for dzen2, xmobar or similar programs. It is designed to be very efficient by + issuing a very small number of system calls, as one generally wants to update + such a status line every second. This ensures that even under high load, your + status bar is updated correctly. Also, it saves a bit of energy by not hogging + your CPU as much as spawning the corresponding amount of shell commands would. +

+ +

Releases

+ + + +

Documentation

+ +

+ The documentation for i3status is its manpage. You can also view the manpage online. +

+ +

Development

+ +

+ i3status is currently developed at + http://code.i3wm.org/i3status. Checkouts of the master branch are intended to + be stable and working all the time. Integration of new features happens in a separate branch. +

+ +