dont need rofi for mpv link opener

This commit is contained in:
joy 2024-08-31 09:28:46 +02:00
parent 98bc099caf
commit a9d649f817

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Run rofi to ask for the link # Get the link from the clipboard using wl-paste
link=$(rofi -dmenu -p ) link=$(wl-paste)
# Check if a link was provided # Check if a link was provided
if [ -n "$link" ]; then if [ -n "$link" ]; then