Add 'watchvid' script
This commit is contained in:
parent
d554a370ee
commit
9e1f0c6bb3
5
.local/bin/scripts/watchvid
Executable file
5
.local/bin/scripts/watchvid
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
url="$(rofi -dmenu -i -p "Video URL" -width 800 -l 0)"
|
||||
|
||||
mpv "$url"
|
Loading…
x
Reference in New Issue
Block a user