summaryrefslogtreecommitdiff
path: root/yt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'yt.sh')
-rwxr-xr-xyt.sh4
1 files changed, 2 insertions, 2 deletions
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 &
}