#!/bin/sh

url=$(wl-paste)
notify-send "Playing: $url"
mpv --log-file=/tmp/mpv_output.txt "$url" || notify-send "mpv failed"
