scripts/volinfo

10 lines
200 B
Plaintext
Raw Permalink Normal View History

2023-06-03 12:15:49 +00:00
#!/bin/sh
muted="$(pactl list sinks | grep "Mute" | awk '{print $2}')"
if [ "$muted" = 'no' ]; then
echo " $(/home/vtimofei/scripts/getvol)"
else
echo " $(/home/vtimofei/scripts/getvol)"
fi