22 lines
600 B
JSON
22 lines
600 B
JSON
[
|
|
{
|
|
"name": "Lock screen",
|
|
"exec": "swaylock",
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-lock-screen.svg"
|
|
},
|
|
{
|
|
"name": "Logout",
|
|
"exec": "loginctl terminate-user guoyi",
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-log-out.svg"
|
|
},
|
|
{
|
|
"name": "Reboot",
|
|
"exec": "systemctl reboot",
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-reboot.svg"
|
|
},
|
|
{
|
|
"name": "Shutdown",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-shutdown.svg"
|
|
}
|
|
]
|