mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 03:20:26 +10:00
Playing with a dmenu script for Reddio.
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user