From a6442f7df504ff7429b94d4eeb57b7b996f877ee Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 31 Jul 2011 15:56:14 +0200 Subject: [PATCH] add /i3bar --- i3bar/index.html.mako | 54 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 i3bar/index.html.mako diff --git a/i3bar/index.html.mako b/i3bar/index.html.mako new file mode 100644 index 0000000..653497e --- /dev/null +++ b/i3bar/index.html.mako @@ -0,0 +1,54 @@ +<%! + section = "i3bar" +%> +<%inherit file="_templates/i3.mako" /> +
+ +

i3bar

+ +

+ i3bar is an xcb- and libev-based status- and workspace-bar. It is best + thought of as an replacement for the old i3-wsbar(1) + + dzen2(1)-combination. It creates a workspace-bar for every active + output ("screen") and displays a piped in statusline rightaligned on every + bar. +

+ +

+ It does not sample any status-information itself, so you still need a program + like i3status(1) or conky(1) for that. +

+ +

+ i3bar does not support any color or other markups, so stdin should be plain + utf8, one line at a time. If you use i3status(1), you therefore + should specify 'output_format = none' in the general section of its config + file. +

+ + + +

Documentation

+ +

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

+ +

Development

+ +

+ i3bar is currently developed at + http://git.merovius.de/i3bar. Checkouts of the master branch are intended to + be stable and working all the time. Integration of new features happens in a + separate branch. +

+ +
-- 2.39.5