From 3bde46a84b5ee1f8f20b767a6936ce95cf872d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96zg=C3=BCr=20Kesim?= Date: Sat, 5 Feb 2022 13:09:38 +0100 Subject: [PATCH] clearify output --- README.md | 4 ++-- 1 file 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