mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
22 lines
577 B
JSON
Executable file
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"
|
|
}
|
|
]
|