12 lines
253 B
JSON
12 lines
253 B
JSON
[
|
|
{
|
|
"label": "Logout",
|
|
"exec": "swaymsg exit",
|
|
"icon": "/usr/share/nwg-bar/images/system-log-out.svg"
|
|
},
|
|
{
|
|
"label": "Shutdown",
|
|
"exec": "systemctl -i poweroff",
|
|
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
|
|
}
|
|
]
|