dotfiles/bin/volcontrol

5 lines
141 B
Text
Raw Normal View History

2021-12-16 07:39:40 +00:00
#!/bin/sh
pactl list sinks | grep '^[[:space:]]Volume:' | \
head -n $(( $SINK + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,'