Power group for wayland/hyprland
"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" },