diff options
author | Nuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt> | 2021-04-15 21:29:19 +0100 |
---|---|---|
committer | Nuno Silva <nuno.m.ribeiro.silva@tecnico.ulisboa.pt> | 2021-04-15 21:29:19 +0100 |
commit | 2d13d012031ba82f3c8b0f9e4f1e950338522567 (patch) | |
tree | 7d06a572769598f555296c2313cf4df5a6f67acb /volume-widget | |
parent | 7ea3eec17924a814ec3109958ba9d2db50e87ffd (diff) |
minor fixes
Diffstat (limited to 'volume-widget')
-rw-r--r-- | volume-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/volume-widget/README.md b/volume-widget/README.md index d08b795..52e1704 100644 --- a/volume-widget/README.md +++ b/volume-widget/README.md @@ -30,7 +30,7 @@ s.mytasklist, -- Middle widget volume_widget(), -- customized volume_widget{ - type = 'arc' + widget_type = 'arc' }, ``` @@ -52,7 +52,7 @@ It is possible to customize the widget by providing a table with all or some of | Name | Default | Description | |---|---|---| -| `type`| `icon_and_text`| Widget type, one of `horizontal_bar`, `vertical_bar`, `icon`, `icon_and_text`, `arc` | +| `widget_type`| `icon_and_text`| Widget type, one of `horizontal_bar`, `vertical_bar`, `icon`, `icon_and_text`, `arc` | Depending on the chosen widget type add parameters from the corresponding section below: |