feat: limit set-vol logs to tty
This commit is contained in:
parent
49d8e8c652
commit
7b713d8de9
2 changed files with 7 additions and 2 deletions
|
@ -44,4 +44,6 @@ esac
|
|||
$CMD "$SINK" "$VOL%" > /dev/null
|
||||
pactl set-sink-mute "$PACTL_SINK" 0
|
||||
|
||||
echo "$VOL"
|
||||
if [ -t 1 ]; then
|
||||
echo "$VOL"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue