Update batteryarc-widget/README.md so it matches the arc_thickness variable name fix

This commit is contained in:
Simeon Simeonov 2020-02-13 20:46:07 +01:00
parent 326d11e95b
commit 8babd501f5
No known key found for this signature in database
GPG Key ID: BCE70555C3BB08F7
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,
}),
}
...