iso/bio-wayfire/airootfs/etc/skel/.config/nwg-launchers/nwgbar/bar.json
2023-06-14 02:07:33 +08:00

22 lines
577 B
JSON
Executable file

[
{
"name": "Lock screen",
"exec": "swaylock",
"icon": "/home/bio/.config/nwg-launchers/nwgbar/images/system-lock-screen.svg"
},
{
"name": "Logout",
"exec": "wayland-logout",
"icon": "/home/bio/.config/nwg-launchers/nwgbar/images/system-log-out.svg"
},
{
"name": "Reboot",
"exec": "systemctl reboot",
"icon": "/home/bio/.config/nwg-launchers/nwgbar/images/system-reboot.svg"
},
{
"name": "Shutdown",
"exec": "systemctl -i poweroff",
"icon": "/home/bio/.config/nwg-launchers/nwgbar/images/system-shutdown.svg"
}
]