You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
"group/power": {
"orientation": "inherit",
"drawer": {
"transition-duration": 500,
"children-class": "not-power",
"transition-left-to-right": false
},
"modules": [
"custom/power", // First element is the "group leader" and won't ever be hidden
"custom/logout",
"custom/lock",
"custom/reboot"
]
},
"custom/logout": {
"format": "",
"tooltip": false,
"on-click": "zenity --question --title "Logout" --text "Voulez-vous quitter la session ?" && hyprctl dispatch exit"
},
"custom/lock": {
"format": "",
"tooltip": false,
"on-click": "swaylock"
},
"custom/reboot": {
"format": "",
"tooltip": false,
"on-click": "zenity --question --title "Reboot" --text "Voulez-vous reboot ?" && reboot"
},
"custom/power": {
"format": "",
"tooltip": false,
"on-click": "zenity --question --title "Poweroff" --text "Voulez-vous éteindre le PC ?" && shutdown now"
},