19 lines
661 B
Plaintext
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
|
|
}
|
|
} |