diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2021-05-26 15:22:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 15:22:11 -0400 |
commit | da0786fd30862ebc3c4173a55f3cb0c85959116c (patch) | |
tree | 3d32ac907529fa8270170956f5ba7345e58356ad /logout-popup-widget/README.md | |
parent | 11acce45064fc3917d65bc9ed0aedd1a6c1cda46 (diff) | |
parent | a3db496625e6541bb33b0ea5f2c3e1455f3bb921 (diff) |
Merge pull request #264 from Oozaku/fix-logout-popup
Add an alternative to change the color of the button's label
Diffstat (limited to 'logout-popup-widget/README.md')
-rw-r--r-- | logout-popup-widget/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logout-popup-widget/README.md b/logout-popup-widget/README.md index 9b83eed..5eec871 100644 --- a/logout-popup-widget/README.md +++ b/logout-popup-widget/README.md @@ -58,6 +58,7 @@ Then | `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 | +| `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 | | `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 | |