21 lines
316 B
JSON
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/"
|
|
}
|
|
}
|