diff options
Diffstat (limited to 'echovol')
| -rwxr-xr-x | echovol | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
