Moved checkmark to icons
This commit is contained in:
parent
47c62388e0
commit
2f62b7c446
7 changed files with 28 additions and 22 deletions
|
@ -27,10 +27,10 @@ searchmenu() {
|
|||
ENTRY="$(
|
||||
printf %b "
|
||||
Close Menu
|
||||
Show 1 Result $([ "$NRESULTS" = "1" ] && echo "✓")
|
||||
Show 5 Results $([ "$NRESULTS" = "5" ] && echo "✓")
|
||||
Show 10 Results $([ "$NRESULTS" = "10" ] && echo "✓")
|
||||
Show 20 Results $([ "$NRESULTS" = "20" ] && echo "✓")
|
||||
Show 1 Result $([ "$NRESULTS" = "1" ] && echo "$icon_chk")
|
||||
Show 5 Results $([ "$NRESULTS" = "5" ] && echo "$icon_chk")
|
||||
Show 10 Results $([ "$NRESULTS" = "10" ] && echo "$icon_chk")
|
||||
Show 20 Results $([ "$NRESULTS" = "20" ] && echo "$icon_chk")
|
||||
$HISTORY
|
||||
" |
|
||||
xargs -0 echo |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue