Merge pull request #67 from senorsmile/patch-1

fix volumebar_widget require line in README
This commit is contained in:
streetturtle 2019-02-08 16:13:42 -05:00 committed by GitHub
commit 3518f3e818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Supports
Clone repo, include widget and use it in **rc.lua**: Clone repo, include widget and use it in **rc.lua**:
```lua ```lua
require("volumebar") local volumebar_widget = require("awesome-wm-widgets.volumebar-widget.volumebar")
... ...
s.mytasklist, -- Middle widget s.mytasklist, -- Middle widget
{ -- Right widgets { -- Right widgets