{
    "label" : "lock",
    "action" : "hyprlock",
    "text" : "Verrouiller",
    "keybind" : "l"
}
{
    "label" : "logout",
    "action" : "hyprctl dispatch exit"
    "text" : "Déconnecter",
    "keybind" : "e"
}
{
    "label" : "shutdown",
    "action" : "systemctl poweroff",
    "text" : "Éteindre",
    "keybind" : "s"
}
{
    "label" : "suspend",
    "action" : "~/.config/hypr/scripts/suspend.sh",
    "text" : "Veille",
    "keybind" : "u"
}
{
    "label" : "reboot",
    "action" : "systemctl reboot",
    "text" : "Redémarrer",
    "keybind" : "r"
}
