aboutsummaryrefslogtreecommitdiff
path: root/src/pulse.c
AgeCommit message (Collapse)AuthorFilesLines
2019-01-23Switch to autotools (#316)Michael Stapelberg1-1/+2
2019-01-23Implement %devicename specifier for volume module (#325)Denton Liu1-28/+84
This commit implements the %devicename specifier for the volume module for both PulseAudio and ALSA. This way, i3status will be able to display the specific device that corresponds to the volume indicator. Note that this is not implemented for the OSS API but is left in a state where someone can pick it up for the future.
2018-07-13fix clang errorsFelix Buehler1-2/+4
2016-09-14pulse device may be specified by name (#126) (#162)Watcom1-22/+49
2016-05-08reconnect to PulseAudio if connection is lost (fixes #124) (#125)Watcom1-2/+9
2016-01-12revert back to using nanosleepWatcom Hecht1-3/+2
Fixes #93
2015-10-12Volume percentage should be obtained by float division and rounded to int.Jakub Klinkovský1-1/+2
Fixes #75
2015-04-19PulseAudio muted volume support (fixes #27)Watcom Hecht1-3/+4
2015-04-03PulseAudio support for volume inputWatcom Hecht1-0/+245