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:
commit
a9a588e7f3
|
@ -49,7 +49,7 @@ s.mytasklist, -- Middle widget
|
||||||
--[[or customized]]
|
--[[or customized]]
|
||||||
batteryarc_widget({
|
batteryarc_widget({
|
||||||
show_current_level = true,
|
show_current_level = true,
|
||||||
arc_thickness = '1',
|
arc_thickness = 1,
|
||||||
}),
|
}),
|
||||||
}
|
}
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in New Issue