scripts/rofi/rofi-send-to-kodi.sh

6 lines
203 B
Bash
Raw Normal View History

2020-09-11 15:00:39 +00:00
#!/bin/bash
INPUT="$(rofi -dmenu -i -p 'Kodi:' "" -columns 1 -rows 7 -width 32 -l 1 -hide-scrollbar -eh 1 -location 0 -padding 12 -opacity 100)"
/home/jpm/scripts/send-to-kodi.sh $INPUT 2>&1 /dev/null