Add 'watchvid' script

This commit is contained in:
Wiktor Zykubek 2020-05-12 18:59:47 +02:00
parent 73173e305a
commit 5779083254

5
.local/bin/scripts/watchvid Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
url="$(rofi -dmenu -i -p "Video URL" -width 800 -l 0)"
mpv "$url"