Merge pull request #230 from Tert0/patch-1

Update README.md
This commit is contained in:
streetturtle 2021-01-08 11:52:41 -05:00 committed by GitHub
commit b28f55e538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -23,11 +23,12 @@ It is possible to customize widget by providing a table with all or some of the
```lua
local volume_widget = require("awesome-wm-widgets.volume-widget.volume")
local volume_widget_widget = volume_widget({display_notification = true})
...
s.mytasklist, -- Middle widget
{ -- Right widgets
...
volume_widget({display_notification = true}),
volume_widget_widget,
...
```