change scripts

This commit is contained in:
Frost-Phoenix 2023-11-13 23:34:59 +01:00
parent 197fa5ede3
commit af58e41055

View file

@ -3,5 +3,5 @@
if (ps aux | grep mpv | grep -v grep > /dev/null) then
pkill mpv
else
mpv --no-video https://www.youtube.com/live/jfKfPfyJRdk?si=OF0HKrYFFj33BzMo
runbg mpv --no-video https://www.youtube.com/live/jfKfPfyJRdk?si=OF0HKrYFFj33BzMo
fi