]> git.sur5r.net Git - i3/i3status/blob - README
Merge pull request #30 from Deiz/update-notices
[i3/i3status] / README
1  ┌────────────────────────────┐
2  │ Description                │
3  └────────────────────────────┘
4
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.
11
12  ┌────────────────────────────┐
13  │ Development                │
14  └────────────────────────────┘
15
16 i3status has the following dependencies:
17  • libconfuse-dev
18  • libyajl-dev
19  • libasound2-dev
20  • libiw-dev
21  • libcap2-bin (for getting network status without root permissions)
22  • asciidoc (only for the documentation)
23  • libpulse-dev (for getting the current volume using PulseAudio)
24
25 On debian-based systems, the following line will install all requirements:
26 apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin libpulse-dev
27
28  ┌────────────────────────────┐
29  │ Upstream                   │
30  └────────────────────────────┘
31
32 i3status is developed at
33   https://github.com/i3/i3status
34
35  ┌────────────────────────────┐
36  │ Compilation                │
37  └────────────────────────────┘
38
39 Compiling is done with the usual make-line
40   make && sudo make install