lux powermenu

This commit is contained in:
Benjamin Palko 2025-09-23 15:06:47 -04:00
parent f572060942
commit 14dd2a2511
2 changed files with 19 additions and 1 deletions

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"
}
]
}
}

@ -1 +1 @@
Subproject commit 450ff7a50316156b224348195b49e562bc980bcf
Subproject commit 7ba62221053b7ea9ee56d5ca80abcb3ae795b736