tubetop2: Tweak volume a bit

This commit is contained in:
Salt 2019-02-06 13:46:40 -06:00
parent be51dc0fbb
commit c78d6af7e4
1 changed files with 1 additions and 1 deletions

View File

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