tubetop2: Lower mpv softvol

This commit is contained in:
Salt 2019-02-06 13:38:56 -06:00
parent 5641c98708
commit be51dc0fbb
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@
function tubetop2-play {
if [ -z ${1+x} ]; then return 1; fi
pkill -x xwinwrap
xwinwrap -ni -fs -b -nf -ov -- mpv -wid WID --title="$name" "$1"
xwinwrap -ni -fs -b -nf -ov -- \
mpv -wid WID --volume 50 --title="$name" "$1"
return 0
}