dotfiles/lux/shell.json
2025-09-23 15:06:52 -04:00

18 lines
265 B
JSON

{
"powermenu": {
"actions": [
{
"text": "󰍃 Logout",
"command": "hyprctl dispatch exit"
},
{
"text": "󰜉 Reboot",
"command": "systemctl reboot"
},
{
"text": " Shutdown",
"command": "systemctl poweroff"
}
]
}
}