Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-20 | Make sure the arguments passed to printf/die(...) match the format | Olivier Gayot | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||
2018-02-13 | OpenBSD: fix volume display on some hardware | Carlin Bingham | |
On some hardware the AUDIO_MIXER_READ ioctl requires the current number of channels to be set, and the mute device found needs to be checked if it belongs to the master output device. | |||
2016-09-14 | pulse device may be specified by name (#126) (#162) | Watcom | |
2015-10-04 | Added support for lemonbar | Brendan Van Hook | |
2015-08-01 | Use SndIO for volume module on OpenBSD | Dmitrij D. Czarkoff | |
* add audio(4) code by Robert Nagy * disable PulseAudio While at OpenBSD support, add "-pthread" to LIBS. | |||
2015-04-19 | PulseAudio muted volume support (fixes #27) | Watcom Hecht | |
2015-04-03 | PulseAudio support for volume input | Watcom Hecht | |
2015-03-29 | refactoring to avoid code duplication | Watcom Hecht | |
2015-03-25 | print_volume: don’t return, complete the buffer first | Baptiste Daroussin | |
Follow the changed done for Linux on f0cd726b | |||
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | |
From here on, we’ll use clang-format to automatically format the source. This has worked well in i3, so we are introducing it for i3status. | |||
2014-08-26 | Bugfix: fix wrong color tags with xmobar | Michael Stapelberg | |
fixes #1353 | |||
2013-11-18 | Added different format string for volume in case it is muted. | Gereon Kremer | |
If the volume is muted, the volume level would simply be displayed as zero and the color changed to color_degraded. This patch lets the user define a custom format string for when the volume is muted. The default value is "♪: 0%" ("♪: %volume" being the usual format). | |||
2013-05-19 | print_volume(linux): Open a new mixer every time. | oblique | |
This fix the following bug: If you switch your sound card on-the-fly, print_volume continued to use the old sound card. | |||
2013-03-19 | print_volume: don’t return, complete the buffer first | Michael Stapelberg | |
Otherwise, i3bar will display “SPEC VIOLATION” because full_text is missing in the block. | |||
2013-03-19 | Support mixer_idx with OSS | Baptiste Daroussin | |
make mixer_idx load the default mixer | |||
2013-03-19 | Show degraded colors in case volume is muted with OSS | Baptiste Daroussin | |
2013-01-05 | changing volume color from bad to degraded if muted | Gereon Kremer | |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | |
2012-10-03 | Bugfix: Move the pbval definition outside the ifdef (Thanks XTaran) | Michael Stapelberg | |
This fixes compilation on !linux | |||
2012-09-05 | turn volume into red if muted | Simon Elsbrock | |
fixes #743 | |||
2012-05-09 | Error handling: Never output null as full_text (JSON), prefix messages with ↵ | Michael Stapelberg | |
i3status (Thanks Artemis) The former made i3bar crash, the latter is helpful for debugging. | |||
2012-04-29 | Print the volume on OpenBSD too. Add missing library to Makefile accordingly. | Jasper Lievisse Adriaanse | |
2012-04-08 | add yajl compat code | Michael Stapelberg | |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | |
This hardcodes all the JSON parts. Strings are not properly escaped currently. The best/easiest way to fix this is by actually using libyajl. | |||
2011-07-24 | Add simple volume support on FreeBSD | Baptiste Daroussin | |
2011-07-21 | Fix FTBFS on kFreeBSD | Axel Beckert | |
2010-07-20 | Implement ALSA volume support | Michael Stapelberg | |