]> git.sur5r.net Git - i3/i3.github.io/blob - i3bar/index.html.mako
1ecc6e4e965b053f415f1c883c242f86846c3bd1
[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 displays a bar at the bottom (or top) of your monitor(s) containing
11   workspace switching buttons and a statusline generated by i3status(1) or
12   similar. It is automatically invoked (and configured through) i3.
13 </p>
14
15 <h2>Documentation</h2>
16
17 <p>
18   The documentation for i3bar is its manpage. You can also <a
19   href="/i3bar/manpage.html">view the manpage online</a>.
20 </p>
21
22 </div>