diff options
author | zachir <zachir@librem.one> | 2023-11-05 17:17:12 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-11-05 17:17:12 -0600 |
commit | f0672850764fa8957198b9266d4518ddea45c90f (patch) | |
tree | 857b3888e80f86002178a7dc00414161355b3825 /logout-popup-widget | |
parent | 167a2f71f6f4ef5d2fd79d8992a40bfba3bcb217 (diff) |
Add in last upstream patch (maybe?)archive
Diffstat (limited to 'logout-popup-widget')
-rw-r--r-- | logout-popup-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logout-popup-widget/README.md b/logout-popup-widget/README.md index 9b98e88..de82cc0 100644 --- a/logout-popup-widget/README.md +++ b/logout-popup-widget/README.md @@ -59,7 +59,7 @@ Then | `accent_color` | `beautiful.bg_focus` | The color of the buttons | | `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 | +| `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 | |