2022-06-27 08:53:51 +08:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"name": "Lock screen",
|
2022-06-28 02:14:15 +08:00
|
|
|
"exec": "swaylock",
|
|
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-lock-screen.svg"
|
2022-06-27 08:53:51 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Logout",
|
2022-08-22 00:25:07 +08:00
|
|
|
"exec": "loginctl terminate-user guoyi",
|
2022-06-28 02:14:15 +08:00
|
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-log-out.svg"
|
2022-06-27 08:53:51 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Reboot",
|
|
|
|
"exec": "systemctl reboot",
|
2022-06-28 02:14:15 +08:00
|
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-reboot.svg"
|
2022-06-27 08:53:51 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Shutdown",
|
|
|
|
"exec": "systemctl -i poweroff",
|
2022-06-28 02:14:15 +08:00
|
|
|
"icon": "/home/guoyi/.config/nwg-launchers/nwgbar/images/system-shutdown.svg"
|
2022-06-27 08:53:51 +08:00
|
|
|
}
|
|
|
|
]
|