diff options
| author | Watcom Hecht | 2015-03-11 13:29:32 -0300 | 
|---|---|---|
| committer | Watcom Hecht | 2015-04-03 17:57:40 -0300 | 
| commit | 1710c206cf82330815b6db82316eb422f8be5370 (patch) | |
| tree | 4c88b35c692ede73e01d2024184aa2d802553824 /README | |
| parent | Merge pull request #15 from Watcom/refactor (diff) | |
PulseAudio support for volume input
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -20,9 +20,10 @@ i3status has the following dependencies:   • libiw-dev   • libcap2-bin (for getting network status without root permissions)   • asciidoc (only for the documentation) + • libpulse-dev (for getting the current volume using PulseAudio)  On debian-based systems, the following line will install all requirements: -apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin +apt-get install libconfuse-dev libyajl-dev libasound2-dev libiw-dev asciidoc libcap2-bin libpulse-dev   ┌────────────────────────────┐   │ Upstream                   │ | 
