Merge pull request #174 from focusaurus/patch-1

Fix doc need to call volumearc_widget() as function
This commit is contained in:
streetturtle 2020-07-22 22:28:06 -04:00 committed by GitHub
commit 88d951635a
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(),
...
```