Update README.md

This commit is contained in:
streetturtle 2020-09-03 11:14:31 -04:00 committed by GitHub
parent 09039b4c31
commit 2af3a4b037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ Clone repo (if not cloned yet) under ~/.config/awesome, then
| `accent_color` | `beautiful.bg_focus` | The color of the buttons |
| `text_color` | `beautiful.fg_normal` | The color of text |
| `phrases` | `{'Goodbye!'}` | The table with phrase(s) to show, if more than one provided, the phrase is chosen randomly |
| `onlogout` | function () awesome.quit() end | Function which is called when the logout button is pressed |
| `onlogout` | `function() awesome.quit() end` | Function which is called when the logout button is pressed |
| `onlock` | | Function which is called when the lock button is pressed |
| `onreboot` | | Function which is called when the reboot button is pressed |
| `onsuspend` | `function () awful.spawn.with_shell("systemctl suspend") end` | Function which is called when the suspend button is pressed |
| `onpoweroff` | `function () awful.spawn.with_shell("shutdown now") end` | Function which is called when the poweroff button is pressed |
| `onsuspend` | `function() awful.spawn.with_shell("systemctl suspend") end` | Function which is called when the suspend button is pressed |
| `onpoweroff` | `function() awful.spawn.with_shell("shutdown now") end` | Function which is called when the poweroff button is pressed |