@@ -36,7 +36,7 @@ awful.key({ }, "XF86AudioPlay", function () cmus_widget:play()
36
36
awful .key ({ }, " XF86AudioPause" , function () cmus_widget :play () end , {description = " pause track" , group = " cmus" }),
37
37
awful .key ({ }, " XF86AudioNext" , function () cmus_widget :next_track () end , {description = " next track" , group = " cmus" }),
38
38
awful .key ({ }, " XF86AudioPrev" , function () cmus_widget :prev_track () end , {description = " previous track" , group = " cmus" }),
39
- awful .key ({ }, " XF86AudioStop" , function () cmus_widget :stop () end , {description = " stop cmus " , group = " cmus" }),
39
+ awful .key ({ }, " XF86AudioStop" , function () cmus_widget :stop () end , {description = " stop track " , group = " cmus" }),
40
40
```
41
41
42
42
## Customization
@@ -50,4 +50,5 @@ It is possible to customize the widget by providing a table with all or some of
50
50
| ` font ` | ` beautiful.font ` | Font name and size, like ` Play 12 ` |
51
51
| ` path_to_icons ` | ` /usr/share/icons/Arc/actions/symbolic/ ` | Alternative path for the icons |
52
52
| ` timeout ` | ` 10 ` | Refresh cooldown |
53
+ | ` max_length ` | ` 30 ` | Maximum lentgh of title. Text will be ellipsized if longer. |
53
54
| ` space ` | ` 3 ` | Space between icon and track title |
0 commit comments