mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
7 lines
No EOL
183 B
Bash
Executable file
7 lines
No EOL
183 B
Bash
Executable file
#!/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 |