summary refs log tree commit diff stats
path: root/bin/powermenu
diff options
context:
space:
mode:
Diffstat (limited to 'bin/powermenu')
-rwxr-xr-xbin/powermenu14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/powermenu b/bin/powermenu
index ac1d677..80978e4 100755
--- a/bin/powermenu
+++ b/bin/powermenu
@@ -114,13 +114,13 @@ typeset -A menu
 # Menu with keys/commands
 
 menu=(
-  [  Shutdown]="systemctl poweroff"
-  [  Reboot]="systemctl reboot"
-  [  Suspend]="systemctl suspend"
-  [  Hibernate]="systemctl hibernate"
-  [  Lock]="~/.config/waybar/scripts/blur-lock"
-  [  Logout]="swaymsg exit"
-  [  Cancel]=""
+  [   Shutdown]="systemctl poweroff"
+  [   Reboot]="systemctl reboot"
+  [   Suspend]="systemctl suspend"
+  [   Hibernate]="systemctl hibernate"
+  [   Lock]="~/.config/waybar/scripts/blur-lock"
+  [   Logout]="swaymsg exit"
+  [   Cancel]=""
 )
 
 menu_nrows=${#menu[@]}