nixos-config/modules/home/scripts/scripts/lofi.sh
2023-12-14 00:00:06 +01:00

7 lines
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