diff options
author | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 08:23:38 -0500 |
commit | 3a984a9119cf431ec9eba7aafe5baf03376b379e (patch) | |
tree | 05c23648f9dcbef2cd603e63174099328c364032 /cmus-widget | |
parent | 7090693bcf60efe23a0ce4531b02b6af93cafba8 (diff) |
Update documentation
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 | |