32 lines
572 B
JSON
32 lines
572 B
JSON
[
|
|
{
|
|
"label": "Lock",
|
|
"exec": "riverctl spawn ~/.config/swaylock/lock.sh",
|
|
"icon": "system-lock-screen"
|
|
},
|
|
{
|
|
"label": "Logout",
|
|
"exec": "riverctl exit",
|
|
"icon": "system-log-out"
|
|
},
|
|
{
|
|
"label": "Suspend",
|
|
"exec": "systemctl suspend",
|
|
"icon": "system-suspend"
|
|
},
|
|
{
|
|
"label": "Hibernate",
|
|
"exec": "systemctl hibernate",
|
|
"icon": "system-hibernate"
|
|
},
|
|
{
|
|
"label": "Reboot",
|
|
"exec": "systemctl reboot",
|
|
"icon": "system-reboot"
|
|
},
|
|
{
|
|
"label": "Shutdown",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "system-shutdown"
|
|
}
|
|
]
|