mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-06 07:34:16 +01:00
7 lines
No EOL
183 B
Bash
7 lines
No EOL
183 B
Bash
#!/usr/bin/env bash
|
|
|
|
if (ps aux | grep mpv | grep -v grep > /dev/null) then
|
|
pkill mpv
|
|
else
|
|
runbg mpv --no-video https://www.youtube.com/live/jfKfPfyJRdk?si=OF0HKrYFFj33BzMo
|
|
fi |