nixos-config/sway/scripts/youtube.sh
Cy 69286972bf
migrate to dobot (#1)
* get rid of old stuff

* dotbot migration
2024-10-28 17:15:34 -04:00

5 lines
109 B
Bash
Executable file

#!/bin/bash
url=$(wl-paste)
notify-send "fetching video: ${url}"
mpv --really-quiet $url > /dev/null 2>&1 &