This commit is contained in:
Cheri 2021-12-16 09:39:40 +02:00 committed by vib
parent 96ea0be5de
commit 2688f63b0f

4
bin/volcontrol Executable file
View file

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