From 0f0409e3ffef48bd20b3aa31d03cb1ac6e35f385 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sat, 13 Jun 2020 11:52:33 -0400 Subject: cleanup, updated locking/autolocking --- yt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yt.sh') diff --git a/yt.sh b/yt.sh index a1c8261..d422a66 100755 --- a/yt.sh +++ b/yt.sh @@ -109,7 +109,7 @@ download_audio() { play_video() { url="$1" notify-send "Playing video..." "$(get_info $url)" & - mpv --no-terminal --geometry=25%-10-40 --title=yt.sh $url & + mpv --no-terminal --geometry=25%-10-40 --title="Streaming from YouTube" $url & } @@ -117,7 +117,7 @@ play_video() { play_audio() { url="$1" notify-send "Playing audio..." "$(get_info $url)" & - $TERMINAL -t yt.sh -e mpv --no-video $url & + $TERMINAL -t "Streaming from YouTube" -e mpv --no-video $url & } -- cgit v1.2.3