dotfiles/.config/scripts/lofi.sh

6 lines
99 B
Bash
Raw Normal View History

2022-10-21 06:15:28 -04:00
#!/bin/bash
url="https://youtu.be/5qap5aO4i9A"
pkill -f $url || mpv --shuffle --no-video "$url"