Playing with a dmenu script for Reddio.

This commit is contained in:
Derek Taylor
2019-09-08 16:26:19 -05:00
parent 50065322e1
commit 68d3823af9
2 changed files with 12 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ declare -a options=(" awesome
zsh
quit ")
choice=$(echo -e "${options[@]}" | dmenu -l -i -p 'Edit a config file: ')
choice=$(echo -e "${options[@]}" | dmenu -i -p 'Edit a config file: ')
if [ "$choice" == ' quit ' ]; then
echo "Program terminated."