1 ┌────────────────────────────┐
3 └────────────────────────────┘
5 i3status is a small program (about 1500 SLOC) for generating a status bar for
6 i3bar, dzen2, xmobar or similar programs. It is designed to be very efficient by
7 issuing a very small number of system calls, as one generally wants to update
8 such a status line every second. This ensures that even under high load, your
9 status bar is updated correctly. Also, it saves a bit of energy by not hogging
10 your CPU as much as spawning the corresponding amount of shell commands would.
12 ┌────────────────────────────┐
14 └────────────────────────────┘
16 i3status has the following dependencies:
21 • libcap2-bin (for getting network status without root permissions)
22 • asciidoc (only for the documentation)
24 On debian-based systems, the following line will install all requirements:
25 apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin
27 ┌────────────────────────────┐
29 └────────────────────────────┘
31 i3status is developed at
32 http://code.i3wm.org/i3status
34 You may clone the git-repository using
35 git clone git://code.i3wm.org/i3status
37 Please submit patches at
40 ┌────────────────────────────┐
42 └────────────────────────────┘
44 Compiling is done with the usual make-line
45 make && sudo make install