nwg-bar-config/bar.json
2025-07-07 19:46:08 -04:00

23 lines
481 B
JSON

[
{
"label": "_Lock",
"exec": "hyprlock",
"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": "reboot",
"icon": "/usr/share/nwg-bar/images/system-reboot.svg"
},
{
"label": "_Shutdown",
"exec": "poweroff",
"icon": "/usr/share/nwg-bar/images/system-shutdown.svg"
}
]