Improve rofi args in ptgdp-rofi
This commit is contained in:
parent
0c4b8fa378
commit
082e85c057
@ -27,6 +27,6 @@ else
|
||||
exit 1
|
||||
fi
|
||||
prompt="ptgdp"
|
||||
choice="$(rofi -dmenu -i -p "$prompt" <<< "$playlists" 2>/dev/null)"
|
||||
choice="$(rofi -dmenu -i -no-custom -p "$prompt" <<< "$playlists" 2>/dev/null)"
|
||||
[ -z "$choice" ] && exit 2
|
||||
exec ptgdp -p "$playlistdir"/"$choice".gdp
|
||||
|
Loading…
Reference in New Issue
Block a user