Update README.md
This commit is contained in:
parent
d298c5c7fb
commit
09039b4c31
|
@ -43,13 +43,13 @@ Clone repo (if not cloned yet) under ~/.config/awesome, then
|
||||||
|
|
||||||
| Name | Default | Description |
|
| Name | Default | Description |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `bg_color` | beautiful.bg_normal | The color the background of the |
|
| `bg_color` | `beautiful.bg_normal` | The color the background of the |
|
||||||
| `accent_color` | beautiful.bg_focus | The color of the buttons |
|
| `accent_color` | `beautiful.bg_focus` | The color of the buttons |
|
||||||
| `text_color` | beautiful.fg_normal | The color of text |
|
| `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 |
|
| `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 |
|
| `onlock` | | Function which is called when the lock button is pressed |
|
||||||
| `onreboot` | | Function which is called when the reboot 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 |
|
| `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 |
|
| `onpoweroff` | `function () awful.spawn.with_shell("shutdown now") end` | Function which is called when the poweroff button is pressed |
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue