aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorch1p <me@ch1p.com>2017-12-14 16:29:34 +0300
committerch1p <me@ch1p.com>2017-12-14 16:29:34 +0300
commitc8c9376f037677a669ab1dc2edad664cb850a08d (patch)
treeb4505fcb3b3168a07593fab0a9acefe59f6057de
parentc75c2cbeb5e3459165ee5a97c450f8fffc27176e (diff)
readme updHEADmaster
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9311a6b..6a80dbb 100644
--- a/README.md
+++ b/README.md
@@ -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")