From c78d6af7e4a8d8ed2ea6d5be1e43eede7f95de7c Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 6 Feb 2019 13:46:40 -0600 Subject: [PATCH] tubetop2: Tweak volume a bit --- tubetop2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tubetop2 b/tubetop2 index dd8c798..38a8650 100755 --- a/tubetop2 +++ b/tubetop2 @@ -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 }