summary refs log tree commit diff
path: root/bin/menu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/menu')
-rwxr-xr-xbin/menu7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/menu b/bin/menu
index 599d6ed..dc5339e 100755
--- a/bin/menu
+++ b/bin/menu
@@ -1,6 +1,7 @@
 #!/bin/sh
 
 arg0=bemenu
+prompt=${MENU_PROMPT:-">"}
 while test $# -gt 0; do
    case "$1" in
       -run)
@@ -12,12 +13,12 @@ while test $# -gt 0; do
 done
 
 exec "${arg0}" \
+   --bottom \
+   --ignorecase \
    --list=4 \
    --index \
-   --ignorecase \
-   --bottom \
    --no-overlap \
-   --prompt "${prompt}:" \
+   --prompt "${prompt}" \
    --fn 'Iosevka Sparkle 11' \
    --nb '#221E1D' --nf '#fffefe' \
    --tb '#0B346F' --tf '#fffefe' \