Moved checkmark to icons
This commit is contained in:
parent
47c62388e0
commit
2f62b7c446
7 changed files with 28 additions and 22 deletions
|
@ -60,7 +60,7 @@ rsstimespanmenu() {
|
|||
1 day ago
|
||||
2 day ago
|
||||
1970-01-01
|
||||
Fetch $([ "$FETCHENABLED" = "1" ] && echo "enabled ✓" || echo "disabled (use cache)")
|
||||
Fetch $([ "$FETCHENABLED" = "1" ] && echo "enabled $icon_chk" || echo "disabled (use cache)")
|
||||
"
|
||||
CHOICE="$(
|
||||
echo "$CHOICES" |
|
||||
|
|
|
@ -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