dotfiles/lux/shell.json
2025-11-11 09:31:30 -05:00

21 lines
316 B
JSON

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