diff options
| -rwxr-xr-x | choose | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -16,5 +16,5 @@ if [ $DISPLAY ];then  #             [-nb color] [-nf color] [-sb color] [-sf color] [-w windowid]    dmenu -l 10 -p "$prompt" -nb '#000000' -nf '#00aa00' -sb '#006600' -sf '#00ff00'  else -  printf "%s" "$1" +  pmenu -p "$prompt"  fi | 
