lux powermenu

This commit is contained in:
Benjamin Palko 2025-09-23 15:06:47 -04:00
parent f572060942
commit f21ea10cbb

18
lux/shell.json Normal file
View file

@ -0,0 +1,18 @@
{
"powermenu": {
"actions": [
{
"text": "󰍃 Logout",
"command": "hyprctl dispatch exit"
},
{
"text": "󰜉 Reboot",
"command": "systemctl reboot"
},
{
"text": " Shutdown",
"command": "systemctl poweroff"
}
]
}
}