Merge pull request #147 from cgsimmons/fix_readme

Add missing parentheses to battery_widget in README
This commit is contained in:
streetturtle 2020-05-24 14:13:36 -04:00 committed by GitHub
commit 6018416588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ and then add widget to the wibox (you can search for **mytextclock** and add wid
s.mytasklist, -- Middle widget
{ -- Right widgets
...
battery_widget,
battery_widget(),
mytextclock
...
}