Add 'watchvid' script

This commit is contained in:
samedamci 2020-05-12 18:59:47 +02:00
parent d554a370ee
commit 9e1f0c6bb3
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

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"