12 lines
301 B
JSON
12 lines
301 B
JSON
[
|
|
{
|
|
"label": "重启",
|
|
"exec": "systemctl reboot",
|
|
"icon": "/home/user/.config/nwg-bar/images/system-reboot.svg"
|
|
},
|
|
{
|
|
"label": "关机",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "/home/user/.config/nwg-bar/images/system-shutdown.svg"
|
|
}
|
|
] |