Fix doc need to call volumearc_widget() as function
Otherwise I got an error trying to use this widget
This commit is contained in:
parent
14af203e28
commit
02869d2708
|
@ -63,6 +63,6 @@ s.mytasklist, -- Middle widget
|
||||||
{ -- Right widgets
|
{ -- Right widgets
|
||||||
layout = wibox.layout.fixed.horizontal,
|
layout = wibox.layout.fixed.horizontal,
|
||||||
...
|
...
|
||||||
volumearc_widget,
|
volumearc_widget(),
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue