summaryrefslogtreecommitdiff
path: root/cpu-widget
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-10-19 08:23:38 -0500
committerzachir <zachir@librem.one>2023-10-19 08:23:38 -0500
commit3a984a9119cf431ec9eba7aafe5baf03376b379e (patch)
tree05c23648f9dcbef2cd603e63174099328c364032 /cpu-widget
parent7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff)
Update documentation
Diffstat (limited to 'cpu-widget')
-rw-r--r--cpu-widget/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpu-widget/README.md b/cpu-widget/README.md
index b323f9b..b1a3eae 100644
--- a/cpu-widget/README.md
+++ b/cpu-widget/README.md
@@ -28,8 +28,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. |
+| `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. |
| `timeout` | 1 | How often in seconds the widget refreshes |
### Example