From f21ea10cbbbc04cf9d8fa3d0cf4021ad8dad38d7 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 23 Sep 2025 15:06:47 -0400 Subject: [PATCH] lux powermenu --- lux/shell.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 lux/shell.json diff --git a/lux/shell.json b/lux/shell.json new file mode 100644 index 0000000..0d06c9a --- /dev/null +++ b/lux/shell.json @@ -0,0 +1,18 @@ +{ + "powermenu": { + "actions": [ + { + "text": "󰍃 Logout", + "command": "hyprctl dispatch exit" + }, + { + "text": "󰜉 Reboot", + "command": "systemctl reboot" + }, + { + "text": " Shutdown", + "command": "systemctl poweroff" + } + ] + } +}