summaryrefslogtreecommitdiff
path: root/echovol
diff options
context:
space:
mode:
Diffstat (limited to 'echovol')
-rwxr-xr-xechovol4
1 files changed, 2 insertions, 2 deletions
diff --git a/echovol b/echovol
index 8413c1b..f0cc86a 100755
--- a/echovol
+++ b/echovol
@@ -5,7 +5,7 @@ volume=$(pactl list sinks | grep -A 15 'Sink #0' | grep 'Volume:' | awk '{print
mute=$(pactl list sinks | grep -A 15 'Sink #0' | grep 'Mute' | awk '{print $2}')
if [ "$mute" = "yes" ]; then
- echo "mute"
+ echo "mute"
else
- echo "$volume%"
+ echo "$volume%"
fi