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

8 lines
258 B
Bash
Raw Normal View History

2020-09-11 15:00:39 +00:00
#!/bin/bash
2020-11-23 09:35:26 +00:00
INPUT="$(rofi -dmenu -i -p 'Kodi:' "" -columns 1 -rows 7 -width 32 -l 1 \
2023-01-06 19:41:31 +00:00
-theme /home/jpm/.config/rofi/sidebar.rasi -hide-scrollbar -eh 1 -location \
0 -padding 12 -opacity 100)"
2020-09-11 15:00:39 +00:00
/home/jpm/scripts/send-to-kodi.sh $INPUT 2>&1 /dev/null