1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00
github.com-nboughton-dotfiles/nwg-launchers/nwgbar/bar.json

23 lines
388 B
JSON
Raw Permalink Normal View History

2021-06-01 21:18:26 +02:00
[
{
"name": "Lock screen",
2021-07-09 10:56:09 +02:00
"exec": "swaylock -f -c 000000",
2021-06-01 21:18:26 +02:00
"icon": "system-lock-screen"
},
{
"name": "Logout",
"exec": "swaymsg exit",
"icon": "system-log-out"
},
{
"name": "Reboot",
"exec": "systemctl reboot",
"icon": "system-reboot"
},
{
"name": "Shutdown",
"exec": "systemctl -i poweroff",
"icon": "system-shutdown"
}
]