diff options
Diffstat (limited to 'cmus-widget')
-rw-r--r-- | cmus-widget/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmus-widget/README.md b/cmus-widget/README.md index ddf4bc2..431533e 100644 --- a/cmus-widget/README.md +++ b/cmus-widget/README.md @@ -49,6 +49,6 @@ It is possible to customize the widget by providing a table with all or some of |---|---|---| | `font` | `beautiful.font` | Font name and size, like `Play 12` | | `path_to_icons` | `/usr/share/icons/Arc/actions/symbolic/` | Alternative path for the icons | -| `timeout`| `10` | Refresh cooldown | -| `max_length` | `30` | Maximum lentgh of title. Text will be ellipsized if longer. | -| `space` | `3` | Space between icon and track title | +| `timeout`| 10 | Refresh cooldown | +| `max_length` | 30 | Maximum lentgh of title. Text will be ellipsized if longer. | +| `space` | 3 | Space between icon and track title | |