dum
This commit is contained in:
parent
1ca295b12b
commit
a343bde5f5
1 changed files with 4 additions and 0 deletions
4
bin/volcontrol
Executable file
4
bin/volcontrol
Executable 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,'
|
Loading…
Reference in a new issue