make dmenus with contact names case insensitive

Signed-off-by: Miles Alan <m@milesalan.com>
This commit is contained in:
Anjandev Momi 2020-07-07 21:27:08 -07:00 committed by Miles Alan
parent 63d5ec3f7d
commit 07119a7085
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ dialmenu() {
NUMBER="$(
printf %b "Close Menu\n$CONTACTS" |
grep . |
sxmo_dmenu_with_kb.sh -l 10 -p Number -c -fn Terminus-20
sxmo_dmenu_with_kb.sh -l 10 -p Number -c -fn Terminus-20 -i
)"
echo "$NUMBER" | grep "Close Menu" && kill -9 0