dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Power group for wayland/hyprland

Open sebvallee opened this issue 1 year ago • 0 comments

"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" },

sebvallee avatar Jan 14 '25 22:01 sebvallee