diff options
author | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-04-03 14:45:40 -0700 |
---|---|---|
committer | Michael Stapelberg <stapelberg@users.noreply.github.com> | 2015-04-03 14:45:40 -0700 |
commit | 9abe0a9d593548c021c1ab8c3548578bdd58ee32 (patch) | |
tree | 4e38a3eb94ad40e0b34838f3664645007535b9f4 /README | |
parent | d00a0e087c79475e199ff33a33a3e73fcd2c0a22 (diff) | |
parent | 1710c206cf82330815b6db82316eb422f8be5370 (diff) |
Merge pull request #7 from Watcom/master
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 │ |