readme upd

This commit is contained in:
ch1p 2017-12-14 16:29:34 +03:00
parent c75c2cbeb5
commit c8c9376f03

View File

@ -2,12 +2,12 @@
`pulse-volume-monitor` is a simple C++ program that listens to PulseAudio's sink and source events and emits DBus signals `sinkChanged` and `sourceChanged` when something has been changed (volume, sink or source muted, etc). `pulse-volume-monitor` is a simple C++ program that listens to PulseAudio's sink and source events and emits DBus signals `sinkChanged` and `sourceChanged` when something has been changed (volume, sink or source muted, etc).
For use with AwesomeWM in volume indicator widget. For use with AwesomeWM in volume indicator widgets.
### Usage ### Usage
`./pulse-volume-monitor dbus` or `./pulse-volume-monitor stdout` (for debugging) `./pulse-volume-monitor dbus` or `./pulse-volume-monitor stdout` (for debugging)
### AwesomeWM LUA example ### AwesomeWM Lua example
``` ```
dbus.request_name("session", "com.ch1p.pvm") dbus.request_name("session", "com.ch1p.pvm")