nixos-config/private_dot_config/sway/scripts/executable_youtube.sh
2024-10-22 11:53:19 -04:00

5 lines
109 B
Bash

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