aboutsummaryrefslogtreecommitdiff
path: root/src/print_volume.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-11Provide a more natural volume percentage with ALSA.arcnmx1-7/+28
2018-07-14Do not use pulseaudio for DragonFly BSDAntonio Huete Jimenez1-1/+1
2018-07-13able to print percentageFelix Buehler1-5/+7
2018-06-20Make sure the arguments passed to printf/die(...) match the formatOlivier Gayot1-1/+1
2018-02-13OpenBSD: fix volume display on some hardwareCarlin Bingham1-2/+9
2016-09-14pulse device may be specified by name (#126) (#162)Watcom1-4/+8
2015-10-04Added support for lemonbarBrendan Van Hook1-2/+2
2015-08-01Use SndIO for volume module on OpenBSDDmitrij D. Czarkoff1-1/+69
2015-04-19PulseAudio muted volume support (fixes #27)Watcom Hecht1-4/+20
2015-04-03PulseAudio support for volume inputWatcom Hecht1-1/+28
2015-03-29refactoring to avoid code duplicationWatcom Hecht1-30/+23
2015-03-25print_volume: don’t return, complete the buffer firstBaptiste Daroussin1-6/+13
2015-03-16clang-format-3.5 -i **/*.[ch], update modelineMichael Stapelberg1-143/+144
2014-08-26Bugfix: fix wrong color tags with xmobarMichael Stapelberg1-2/+1
2013-11-18Added different format string for volume in case it is muted.Gereon Kremer1-2/+10
2013-05-19print_volume(linux): Open a new mixer every time.oblique1-103/+52
2013-03-19print_volume: don’t return, complete the buffer firstMichael Stapelberg1-9/+10
2013-03-19Support mixer_idx with OSSBaptiste Daroussin1-1/+11
2013-03-19Show degraded colors in case volume is muted with OSSBaptiste Daroussin1-0/+6
2013-01-05changing volume color from bad to degraded if mutedGereon Kremer1-1/+1
2012-11-15DragonFlyBSD support addedScott Tincman1-2/+2
2012-10-03Bugfix: Move the pbval definition outside the ifdef (Thanks XTaran)Michael Stapelberg1-1/+1
2012-09-05turn volume into red if mutedSimon Elsbrock1-2/+7
2012-05-09Error handling: Never output null as full_text (JSON), prefix messages with i...Michael Stapelberg1-6/+6
2012-04-29Print the volume on OpenBSD too. Add missing library to Makefile accordingly.Jasper Lievisse Adriaanse1-1/+7
2012-04-08add yajl compat codeMichael Stapelberg1-0/+2
2012-03-25Properly output JSON with libyajlMichael Stapelberg1-10/+17
2012-02-16Implement the i3bar JSON protocolMichael Stapelberg1-0/+4
2011-07-24Add simple volume support on FreeBSDBaptiste Daroussin1-0/+30
2011-07-21Fix FTBFS on kFreeBSDAxel Beckert1-4/+3
2010-07-20Implement ALSA volume supportMichael Stapelberg1-0/+154