diff options
author | ch1p <me@ch1p.com> | 2017-12-14 16:29:34 +0300 |
---|---|---|
committer | ch1p <me@ch1p.com> | 2017-12-14 16:29:34 +0300 |
commit | c8c9376f037677a669ab1dc2edad664cb850a08d (patch) | |
tree | b4505fcb3b3168a07593fab0a9acefe59f6057de | |
parent | c75c2cbeb5e3459165ee5a97c450f8fffc27176e (diff) |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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). -For use with AwesomeWM in volume indicator widget. +For use with AwesomeWM in volume indicator widgets. ### Usage `./pulse-volume-monitor dbus` or `./pulse-volume-monitor stdout` (for debugging) -### AwesomeWM LUA example +### AwesomeWM Lua example ``` dbus.request_name("session", "com.ch1p.pvm") |