polybar-dwm/src
Sebastian Graf cb75857ff6 pulse: Set volume to max when the increase was too huge (#1765)
Previously, when volume was in close proximity to n_max_volume, a larger
increase would not do anything. After this patch, volume is set to
m_max_volume in such scenarios. If the volume already is at
n_max_volume, we mirror the old behavior and emit a warning.

So, for example, consider m_max_volume was 100%, but the volume prior
to the increase was 96%. An increase of 5% would do nothing (emit a
warning, even) instead of setting the volume to 100%.

Note that this might happen even if the volume is at 95% according to
%percentage% due to rounding errors.
2019-05-14 22:06:14 +02:00
..
adapters pulse: Set volume to max when the increase was too huge (#1765) 2019-05-14 22:06:14 +02:00
cairo doc: Convert @ to \ doxygen commands 2018-11-04 19:28:27 -08:00
components fix(controller): ignore SIGUSR1 until polybar is fully reloaded. (#1678) 2019-03-13 07:55:02 +01:00
drawtypes refactor: Remove all mentions of icon_t 2019-04-08 09:01:48 +02:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
modules feat(battery): add %percentage_raw% token (#1756) 2019-05-14 15:01:54 +02:00
utils refactor(cmake): Determine version in cmake 2019-04-05 23:43:37 +02:00
x11 fix(window): remove useless operator= and add default copy cstr (#1729) 2019-04-07 17:32:55 +02:00
CMakeLists.txt CMake refactor (#1510) 2018-11-21 18:46:33 +01:00
ipc.cpp refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
main.cpp feat(monitor): use primary monitor as default (#1426) 2019-01-20 11:20:30 -08:00