Skip to content

Commit ccef095

Browse files
authored
feat(bin/ytdl-mpv): override default ballot multi-select str (#27)
same aspect of demo video in `README` for multi-selection
1 parent 7199264 commit ccef095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ytdl-mpv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ VERSION="v0.4.1"
1515

1616
# Default functions
1717
_rofi() {
18-
rofi -dmenu -no-auto-select -i -p "$PROMPT" "$@"
18+
rofi -dmenu -ballot-selected-str "+ " -ballot-unselected-str " " -no-auto-select -i -p "$PROMPT" "$@"
1919
}
2020
_rofi_error() {
2121
rofi -e "$1"

0 commit comments

Comments
 (0)