You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
567 B

  1. [
  2. {
  3. "name": "Lock screen",
  4. "exec": "swaylock",
  5. "icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/lock.svg"
  6. },
  7. {
  8. "name": "Logout",
  9. "exec": "swaymsg exit",
  10. "icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/logout.svg"
  11. },
  12. {
  13. "name": "Reboot",
  14. "exec": "systemctl reboot",
  15. "icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/reboot.svg"
  16. },
  17. {
  18. "name": "Shutdown",
  19. "exec": "systemctl -i poweroff",
  20. "icon": "/home/joshfabean/.config/nwg-launchers/nwgbar/images/shutdown.svg"
  21. }
  22. ]