]> git.sur5r.net Git - i3/i3status/commit
Implement %devicename specifier for volume module (#325)
authorDenton Liu <liu.denton+github@gmail.com>
Wed, 23 Jan 2019 07:45:51 +0000 (23:45 -0800)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Wed, 23 Jan 2019 07:45:51 +0000 (08:45 +0100)
commit7efbeeaf6ce9232f7479f76c1c79ff73c0db49e4
tree6782b5540b224b2fb1fc5e7387276f92215adf81
parentbe0be599d9a5ebe5685c4a0e83ae4c70ebd0cb96
Implement %devicename specifier for volume module (#325)

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.
include/i3status.h
man/i3status.man
src/print_volume.c
src/pulse.c