.dotfiles/.config/waybar/modules/custom-powermenu.jsonc
2026-01-18 21:08:16 -07:00

19 lines
661 B
Plaintext

{
"custom/powermenu": {
"format": "⏻",
"tooltip": false,
"menu": "on-click-right",
"menu-file": "${HYDE_WAYBAR_MENU_DIR:-$XDG_DATA_HOME/waybar/menus}/power.xml",
"menu-actions": {
"lock": "hyde-shell lockscreen.sh",
"logout": "hyprctl dispatch exit 0",
"shutdown-now": "shutdown now",
"shutdown-wait": "systemctl poweroff",
"reboot-now": "systemctl reboot",
"reboot-firmware": "systemctl reboot --firmware-setup",
"suspend": "systemctl suspend",
"hibernate": "systemctl hibernate"
},
"signal": 1
}
}