Fix doc need to call volumearc_widget() as function

Otherwise I got an error trying to use this widget
This commit is contained in:
Peter Lyons 2020-07-17 00:57:00 -04:00 committed by GitHub
parent 14af203e28
commit 02869d2708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,6 +63,6 @@ s.mytasklist, -- Middle widget
{ -- Right widgets
layout = wibox.layout.fixed.horizontal,
...
volumearc_widget,
volumearc_widget(),
...
```