20 lines
594 B
JSON
20 lines
594 B
JSON
{
|
|
"custom/power": {
|
|
"format" : "",
|
|
"tooltip": true,
|
|
"tooltip-format": "Power menu",
|
|
//"menu": "on-click",
|
|
"on-click-right": "pkill wlogout || wlogout",
|
|
"on-click": "pkill wlogout || wlogout",
|
|
"on-click-middle": "systemctl poweroff"
|
|
//"menu-file": "~/.config/waybar/power_menu.xml",
|
|
//"menu-actions": {
|
|
// "shutdown": "systemctl poweroff",
|
|
// "reboot": "systemctl reboot",
|
|
// "suspend": "systemctl suspend",
|
|
// "logout": "loginctl terminate-user $USER",
|
|
//},
|
|
}
|
|
|
|
}
|