12 lines
225 B
JSON
12 lines
225 B
JSON
[
|
|
{
|
|
"label": "重启",
|
|
"exec": "systemctl reboot",
|
|
"icon": "system-reboot"
|
|
},
|
|
{
|
|
"label": "关机",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "system-shutdown"
|
|
}
|
|
] |