Merge pull request #114 from blackm0re/doc-fix

Update batteryarc-widget/README.md so it matches the arc_thickness variable name fix
This commit is contained in:
streetturtle 2020-02-14 08:21:27 -05:00 committed by GitHub
commit a9a588e7f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ s.mytasklist, -- Middle widget
--[[or customized]]
batteryarc_widget({
show_current_level = true,
arc_thickness = '1',
arc_thickness = 1,
}),
}
...