dotfiles/nwg-launchers/nwgbar/bar.json

23 lines
524 B
JSON
Raw Normal View History

2024-05-14 12:29:49 +03:00
[
{
"name": "Lock screen",
"exec": "swaylock -f -c 000000",
2024-05-14 21:51:51 +03:00
"icon": "/usr/share/nwg-launchers/nwgbar/images/lock.svg"
2024-05-14 12:29:49 +03:00
},
{
"name": "Logout",
"exec": "swaymsg exit",
2024-05-14 21:51:51 +03:00
"icon": "/usr/share/nwg-launchers/nwgbar/images/logout.svg"
2024-05-14 12:29:49 +03:00
},
{
"name": "Reboot",
"exec": "systemctl reboot",
2024-05-14 21:51:51 +03:00
"icon": "/usr/share/nwg-launchers/nwgbar/images/reboot.svg"
2024-05-14 12:29:49 +03:00
},
{
"name": "Shutdown",
"exec": "systemctl -i poweroff",
2024-05-14 21:51:51 +03:00
"icon": "/usr/share/nwg-launchers/nwgbar/images/shutdown.svg"
2024-05-14 12:29:49 +03:00
}
]