layout 660 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "label" : "lock",
  3. "action" : "swaylock --screenshot --clock --indicator --indicator-radius 200 --indicator-thickness 7 --effect-blur 7x5 --fade-in 0.2",
  4. "text" : "Lock",
  5. "keybind" : "l"
  6. }
  7. {
  8. "label" : "reboot",
  9. "action" : "systemctl reboot",
  10. "text" : "Reboot",
  11. "keybind" : "r"
  12. }
  13. {
  14. "label" : "shutdown",
  15. "action" : "systemctl poweroff",
  16. "text" : "Shutdown",
  17. "keybind" : "s"
  18. }
  19. {
  20. "label" : "logout",
  21. "action" : "swaymsg exit || hyprctl dispatch exit",
  22. "text" : "Logout",
  23. "keybind" : "e"
  24. }
  25. {
  26. "label" : "suspend",
  27. "action" : "systemctl suspend",
  28. "text" : "Suspend",
  29. "keybind" : "u"
  30. }