12 lines
287 B
JSON
12 lines
287 B
JSON
|
[
|
||
|
{
|
||
|
"label": "Reboot",
|
||
|
"exec": "systemctl reboot",
|
||
|
"icon": "/usr/share/nwg-bar/images/system-reboot.svg"
|
||
|
},
|
||
|
{
|
||
|
"label": "Shutdown",
|
||
|
"exec": "systemctl -i poweroff",
|
||
|
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
|
||
|
}
|
||
|
]
|