Files
dot.config/bin/mpvx
T
daniel fusser 49462fb909 initial commit
2026-06-23 00:38:32 +02:00

6 lines
125 B
Bash
Executable File

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