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 0d17f60..0dbab39 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 -bw 4 -c -l 5 -p "Power: ")
+choice=$(echo -e " Shutdown\n Reboot\n Logout\n Lock\n Theme\n✘ Exit" | dmenu -bw 4 -c -l 6 -p "Power: ")
case "$choice" in
" Shutdown") shutdown -h now ;;
" Reboot") reboot ;;