9fb75779f3
Incorporate reviews
2020-11-26 20:53:53 +01:00
bc1b86c584
actions: Separate data from action string
...
Modules now no longer need to manually parse the action string and
extract data from it.
2020-11-26 20:53:53 +01:00
ae2350167b
actions: Switch all modules over to new system
...
All modules now expose their actions as public static constants
Issues: The menu module no longer closes when an item is clicked (before
it would intercept any executed command and look if it matches one of
its exec commands)
2020-11-26 20:53:53 +01:00
70bf0339b8
feat(pulse): Add click-(middle|right) keys ( #1941 )
2019-11-28 17:36:14 +01:00
751c21cd37
feat(pulse): Show volume in decibels ( #1894 )
...
Adds `%decibels%` token to the pulseaudio module
2019-10-09 02:13:57 +02:00
fba87227c7
feat(pulseaudio): add volume interval option
2018-08-07 11:52:38 +02:00
688658c306
(pulseaudio) Add max volume configuration
2018-04-09 20:27:55 -07:00
3ea60ace91
fix(pulse): Use distinct event names
...
volup, voldow, volmute, are caught by the alsa module, if there is an
alsa module on the bar.
2018-03-27 11:28:54 -07:00
10656a94cb
fix(pulseaudio): prevent nonresponsiveness and remove redundant getters
2018-01-20 12:37:41 -08:00
1f35b9dc89
fix(pulseaudio): Add logging
2018-01-20 12:37:41 -08:00
8be5427c33
refactor(pulseaudio): remove headphone ramp
2018-01-20 12:37:41 -08:00
1792090d66
refactor(pulseaudio): remove wait timeout, fix indents
2018-01-20 12:37:41 -08:00
6e8b9dea29
fix(pulseaudio): Move pulseaudio to separate module
2018-01-20 12:37:41 -08:00