aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2022-02-05 13:09:38 +0100
committerÖzgür Kesim <oec@codeblau.de>2022-02-05 13:09:38 +0100
commit3bde46a84b5ee1f8f20b767a6936ce95cf872d83 (patch)
tree643d63ee7ab8b365d2fa12f8096a81d8c0091c22 /README.md
parent59f4d8857bfa23013640e6f52f92ed15ea1f534e (diff)
clearify output
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 18132ae..4d4f0fe 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Simple PulseAudio volume monitor
+# Simple PulseAudio volume monitor for xmobar
This little monitor is my attempt to read the current volume and mute setting
of the default sink from PulseAudio and make it accessible to xmobar:
@@ -10,7 +10,7 @@ Config { commands = [ Run CommandReader "puvol-cont" "Vol" ]
If it is called as `puvol-cont` it will wait for updates from PulseAudio, read
the current value of the mute and volume states and write an output line to
-stdout.
+stdout (`🔇` or volume percentage).
## Installation