]> git.sur5r.net Git - i3/i3.github.io/blob - i3bar/index.html.mako
docs/buildbot: add pbuilder pkg, use sudoers.d, add umask hint
[i3/i3.github.io] / i3bar / index.html.mako
1 <%!
2         section = "i3bar"
3 %>
4 <%inherit file="_templates/i3.mako" />
5 <div id="content">
6
7 <h1>i3bar</h1>
8
9 <p>
10   i3bar is an xcb- and libev-based status- and workspace-bar. It is best
11   thought of as an replacement for the old <tt>i3-wsbar(1)</tt> +
12   <tt>dzen2(1)</tt>-combination. It creates a workspace-bar for every active
13   output ("screen") and displays a piped in statusline rightaligned on every
14   bar.
15 </p>
16
17 <p>
18   It does not sample any status-information itself, so you still need a program
19   like <tt>i3status(1)</tt> or <tt>conky(1)</tt> for that.
20 </p>
21
22 <p>
23   i3bar does not support any color or other markups, so stdin should be plain
24   utf8, one line at a time. If you use <tt>i3status(1)</tt>, you therefore
25   should specify 'output_format = none' in the general section of its config
26   file.
27 </p>
28
29 <!--
30 <h2>Releases</h2>
31
32 <ul>
33   <li><a href="/i3status/i3status-2.3.tar.bz2">i3status-2.3.tar.bz2</a>
34   (<a href="/i3status/i3status-2.3.tar.bz2.asc">GPG signature</a>, 2011-07-21)</li>
35 </ul>
36 -->
37
38 <h2>Documentation</h2>
39
40 <p>
41   The documentation for i3bar is its manpage. You can also <a
42   href="/i3bar/manpage.html">view the manpage online</a>.
43 </p>
44
45 <h2>Development</h2>
46
47 <p>
48   i3bar is currently developed at <a href="http://git.merovius.de/i3bar" title="cgit">
49   http://git.merovius.de/i3bar</a>. Checkouts of the master branch are intended to
50   be stable and working all the time. Integration of new features happens in a
51   separate branch.
52 </p>
53
54 </div>