Merge pull request #98 from blackm0re/doc-fix

Use the correct parameter in the installation example for batteryarc-…
This commit is contained in:
streetturtle 2019-09-25 21:37:34 -04:00 committed by GitHub
commit b387425da3
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,
thickness = '1',
arc_thickness = '1',
}),
}
...