diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-05-24 14:13:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 14:13:36 -0400 |
commit | 6018416588071e2817f59ea6fde5c15fbbfd2c8f (patch) | |
tree | 494eec5080e87879709654bc5b4143d6fd47dd09 /README.md | |
parent | 9ce008ab291238ababf37778aa0f23d784469aa9 (diff) | |
parent | c9afb4078e4ea9dcb42020478ac4704151283e08 (diff) |
Merge pull request #147 from cgsimmons/fix_readme
Add missing parentheses to battery_widget in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ... } |