From 09039b4c311312e55cb2165d3d21d535e7b2d957 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Thu, 3 Sep 2020 11:13:55 -0400 Subject: Update README.md --- experiments/logout-widget/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'experiments') diff --git a/experiments/logout-widget/README.md b/experiments/logout-widget/README.md index f1b1e4e..e8a540a 100644 --- a/experiments/logout-widget/README.md +++ b/experiments/logout-widget/README.md @@ -43,13 +43,13 @@ Clone repo (if not cloned yet) under ~/.config/awesome, then | Name | Default | Description | |---|---|---| -| `bg_color` | beautiful.bg_normal | The color the background of the | -| `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 | +| `bg_color` | `beautiful.bg_normal` | The color the background of the | +| `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 | | `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 | -- cgit v1.2.3