Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-11 | Provide a more natural volume percentage with ALSA. | arcnmx | 1 | -7/+28 | |
The rationale of the code is explained in the header: http://git.alsa-project.org/?p=alsa-utils.git;a=blob;f=alsamixer/volume_mapping.c;h=1c0d7c45e6686239464e1b0bbc8983ea57f3914f;hb=HEAD > The mapping is designed so that the position in the interval is > proportional to the volume as a human ear would perceive it (i.e., the > position is the cubic root of the linear sample multiplication > factor). and the commit message: http://git.alsa-project.org/?p=alsa-utils.git;a=commit;h=34bb514b5fd1d6f91ba9a7b3a70b0ea0c6014250 > use a mapping where the bar height is proportional to the audible > volume, i.e., where the amplitude is the cube of the bar height. and further explanation can be found in the pull request: https://github.com/i3/i3status/pull/268#pullrequestreview-147429763 | |||||
2018-07-14 | Do not use pulseaudio for DragonFly BSD | Antonio Huete Jimenez | 1 | -1/+1 | |
2018-07-13 | able to print percentage | Felix Buehler | 1 | -5/+7 | |
its now possible to have percentage before and after a variable. except for the date. But percentage with dates does not make much sense to me, so i skipped it. | |||||
2018-06-20 | Make sure the arguments passed to printf/die(...) match the format | Olivier Gayot | 1 | -1/+1 | |
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com> | |||||
2018-02-13 | OpenBSD: fix volume display on some hardware | Carlin Bingham | 1 | -2/+9 | |
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 | 1 | -4/+8 | |
2015-10-04 | Added support for lemonbar | Brendan Van Hook | 1 | -2/+2 | |
2015-08-01 | Use SndIO for volume module on OpenBSD | Dmitrij D. Czarkoff | 1 | -1/+69 | |
* 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 | 1 | -4/+20 | |
2015-04-03 | PulseAudio support for volume input | Watcom Hecht | 1 | -1/+28 | |
2015-03-29 | refactoring to avoid code duplication | Watcom Hecht | 1 | -30/+23 | |
2015-03-25 | print_volume: don’t return, complete the buffer first | Baptiste Daroussin | 1 | -6/+13 | |
Follow the changed done for Linux on f0cd726b | |||||
2015-03-16 | clang-format-3.5 -i **/*.[ch], update modeline | Michael Stapelberg | 1 | -143/+144 | |
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 | 1 | -2/+1 | |
fixes #1353 | |||||
2013-11-18 | Added different format string for volume in case it is muted. | Gereon Kremer | 1 | -2/+10 | |
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 | 1 | -103/+52 | |
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 | 1 | -9/+10 | |
Otherwise, i3bar will display “SPEC VIOLATION” because full_text is missing in the block. | |||||
2013-03-19 | Support mixer_idx with OSS | Baptiste Daroussin | 1 | -1/+11 | |
make mixer_idx load the default mixer | |||||
2013-03-19 | Show degraded colors in case volume is muted with OSS | Baptiste Daroussin | 1 | -0/+6 | |
2013-01-05 | changing volume color from bad to degraded if muted | Gereon Kremer | 1 | -1/+1 | |
2012-11-15 | DragonFlyBSD support added | Scott Tincman | 1 | -2/+2 | |
2012-10-03 | Bugfix: Move the pbval definition outside the ifdef (Thanks XTaran) | Michael Stapelberg | 1 | -1/+1 | |
This fixes compilation on !linux | |||||
2012-09-05 | turn volume into red if muted | Simon Elsbrock | 1 | -2/+7 | |
fixes #743 | |||||
2012-05-09 | Error handling: Never output null as full_text (JSON), prefix messages with ↵ | Michael Stapelberg | 1 | -6/+6 | |
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 | 1 | -1/+7 | |
2012-04-08 | add yajl compat code | Michael Stapelberg | 1 | -0/+2 | |
2012-03-25 | Properly output JSON with libyajl | Michael Stapelberg | 1 | -10/+17 | |
2012-02-16 | Implement the i3bar JSON protocol | Michael Stapelberg | 1 | -0/+4 | |
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 | 1 | -0/+30 | |
2011-07-21 | Fix FTBFS on kFreeBSD | Axel Beckert | 1 | -4/+3 | |
2010-07-20 | Implement ALSA volume support | Michael Stapelberg | 1 | -0/+154 | |