aboutsummaryrefslogtreecommitdiff
path: root/dmenu-power
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu-power')
-rwxr-xr-xdmenu-power2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu-power b/dmenu-power
index 5e993e9..0d17f60 100755
--- a/dmenu-power
+++ b/dmenu-power
@@ -1,6 +1,6 @@
#!/bin/sh
-choice=$(echo -e " Shutdown\n Reboot\n Logout\n Lock\n Exit" | dmenu -c -l -3 -p "Power: ")
+choice=$(echo -e " Shutdown\n Reboot\n Logout\n Lock\n Exit" | dmenu -bw 4 -c -l 5 -p "Power: ")
case "$choice" in
" Shutdown") shutdown -h now ;;
" Reboot") reboot ;;