From c4e73c634a2575e3d644ffc9f158df21787d9dab Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 16 Oct 2023 22:19:45 +0000 Subject: [PATCH] update from master --- _widgets/logout-popup-widget.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_widgets/logout-popup-widget.md b/_widgets/logout-popup-widget.md index a5327460..719b252d 100644 --- a/_widgets/logout-popup-widget.md +++ b/_widgets/logout-popup-widget.md @@ -63,6 +63,7 @@ Then | `text_color` | `beautiful.fg_normal` | The color of text | | `label_color` | `beautiful.fg_normal` | The color of the button's label | | `phrases` | `{ 'Goodbye!' }` | The table with phrase(s) to show, if more than one provided, the phrase is chosen randomly. Leave empty (`{}`) to hide the phrase | +| `hide_on_leave` | `false` | If the popup should be hidden when the mouse leaves it | | `onlogout` | `function() awesome.quit() end` | Function which is called when the logout button is pressed | | `onlock` | `function() awful.spawn.with_shell("systemctl suspend") end` | Function which is called when the lock button is pressed | | `onreboot` | `function() awful.spawn.with_shell("reboot") end` | Function which is called when the reboot button is pressed |