diff options
author | Simeon Simeonov <sgs@pichove.org> | 2020-02-13 20:46:07 +0100 |
---|---|---|
committer | Simeon Simeonov <sgs@pichove.org> | 2020-02-13 20:46:07 +0100 |
commit | 8babd501f5919d6def52726481199c91da337487 (patch) | |
tree | cd93d976f96d34f945296aa62481b3eba9b09d4d | |
parent | 326d11e95b1d29783aa971d165ed0ac476e367ff (diff) |
Update batteryarc-widget/README.md so it matches the arc_thickness variable name fix
-rw-r--r-- | batteryarc-widget/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md index ba65db7..300842f 100644 --- a/batteryarc-widget/README.md +++ b/batteryarc-widget/README.md @@ -49,7 +49,7 @@ s.mytasklist, -- Middle widget --[[or customized]] batteryarc_widget({ show_current_level = true, - arc_thickness = '1', + arc_thickness = 1, }), } ... |