[
 {
   "label": "Lock",
   "exec": "loginctl lock-session self",
   "icon": "/usr/share/nwg-bar/images/system-lock-screen.svg"
 },
 {
   "label": "Logout",
   "exec": "hyprctl dispatch exit",
   "icon": "/usr/share/nwg-bar/images/system-log-out.svg"
 },
 {
   "label": "Reboot",
   "exec": "loginctl reboot",
   "icon": "/usr/share/nwg-bar/images/system-reboot.svg"
 },
 {
   "label": "Shutdown",
   "exec": "loginctl -i poweroff",
   "icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
 }
]