diff options
Diffstat (limited to 'cpu-widget/README.md')
-rw-r--r-- | cpu-widget/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md index 397b3f9..35e0eeb 100644 --- a/cpu-widget/README.md +++ b/cpu-widget/README.md @@ -26,6 +26,8 @@ It is possible to customize widget by providing a table with all or some of the | `step_width` | 2 | Width of the step | | `step_spacing` | 1 | Space size between steps | | `color` | `beautiful.fg_normal` | Color of the graph | +| `enable_kill_button` | `false` | Show button which kills the process | +| `process_info_max_length` | `-1` | Truncate the process information. Some processes may have a very long list of parameters which won't fit in the screen, this options allows to truncate it to the given length. | ### Example |