Skip to content

Commit

Permalink
update from master
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 16, 2023
1 parent 7820bd8 commit c4e73c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _widgets/logout-popup-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit c4e73c6

Please sign in to comment.