nixos-config/sway/scripts/youtube.sh

6 lines
109 B
Bash
Raw Normal View History

2024-10-22 11:53:19 -04:00
#!/bin/bash
url=$(wl-paste)
notify-send "fetching video: ${url}"
mpv --really-quiet $url > /dev/null 2>&1 &