dotfiles/desktop-base/.config/nwg-bar/bar.json
2025-03-24 14:32:49 -04:00

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"
}
]