From 073cfa14d75814636ce01af24bbb9be69d905061 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 22 Jul 2011 19:42:29 +0200 Subject: [PATCH] add i3status page --- i3status/index.html.mako | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 i3status/index.html.mako 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. +

+ +
-- 2.39.5