]> git.sur5r.net Git - i3/i3.github.io/blob - i3status/index.html.mako
update _docs/i3status.man
[i3/i3.github.io] / i3status / index.html.mako
1 <%!
2         section = "i3status"
3 %>
4 <%inherit file="_templates/i3.mako" />
5 <div id="content">
6
7 <h1>i3status</h1>
8
9 <p>
10   i3status is a small program (about 1500 SLOC) for generating a status bar
11   for dzen2, xmobar or similar programs. It is designed to be very efficient by
12   issuing a very small number of system calls, as one generally wants to update
13   such a status line every second. This ensures that even under high load, your
14   status bar is updated correctly. Also, it saves a bit of energy by not hogging
15   your CPU as much as spawning the corresponding amount of shell commands would.
16 </p>
17
18 <h2>Releases</h2>
19
20 <ul>
21   <li><a href="/i3status/i3status-2.3.tar.bz2">i3status-2.3.tar.bz2</a>
22   (<a href="/i3status/i3status-2.3.tar.bz2.asc">GPG signature</a>, 2011-07-21)</li>
23   <li><a href="/i3status/i3status-2.2.tar.bz2">i3status-2.2.tar.bz2</a>
24   (<a href="/i3status/i3status-2.2.tar.bz2.asc">GPG signature</a>, 2010-09-23)</li>
25   <li><a href="/i3status/i3status-2.1.tar.bz2">i3status-2.1.tar.bz2</a>
26   (<a href="/i3status/i3status-2.1.tar.bz2.asc">GPG signature</a>, 2010-04-11)</li>
27   <li><a href="/i3status/i3status-2.0.tar.bz2">i3status-2.0.tar.bz2</a>
28   (<a href="/i3status/i3status-2.0.tar.bz2.asc">GPG signature</a>, 2009-10-27)</li>
29   <li><a href="/i3status/i3status-1.2.tar.bz2">i3status-1.2.tar.bz2</a>
30   (<a href="/i3status/i3status-1.2.tar.bz2.asc">GPG signature</a>, 2009-06-21)</li>
31   <li><a href="/i3status/i3status-1.1.tar.bz2">i3status-1.1.tar.bz2</a>
32   (<a href="/i3status/i3status-1.1.tar.bz2.asc">GPG signature</a>, 2009-06-17)</li>
33   <li><a href="/i3status/i3status-1.0.tar.bz2">i3status-1.0.tar.bz2</a></li>
34 </ul>
35
36 <h2>Documentation</h2>
37
38 <p>
39   The documentation for i3status is its manpage. You can also <a
40   href="/i3status/manpage.html">view the manpage online</a>.
41 </p>
42
43 <h2>Development</h2>
44
45 <p>
46   i3status is currently developed at <a href="http://code.i3wm.org/i3status" title="cgit">
47   http://code.i3wm.org/i3status</a>. Checkouts of the master branch are intended to
48   be stable and working all the time. Integration of new features happens in a separate branch.
49 </p>
50
51 </div>