Fix shutdown menu (#98)

This commit is contained in:
Patrick Stevens
2024-11-29 09:35:39 +00:00
committed by GitHub
parent 02f757bf57
commit 14f21cb172

View File

@@ -178,7 +178,7 @@
"menu" = "on-click";
"menu-file" = ./modules/waybar/power_menu.xml;
"menu-actions" = {
"shutdown" = "shutdown";
"shutdown" = "shutdown now";
"reboot" = "reboot";
"suspend" = "systemctl suspend";
"hibernate" = "systemctl hibernate";