update dmenu scripts

This commit is contained in:
lelgenio 2019-12-04 01:22:40 -03:00
parent 1b4f02b891
commit 5452ce7352
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
MENU(){
rofi -dmenu $@
rofi -dmenu -i $@
}
opts="Fone\nSpeaker\nHDMI"
out=$(echo -e $opts | MENU -p "Saida:")