Use the correct parameter in the installation example for batteryarc-widget

This commit is contained in:
Simeon Simeonov 2019-09-25 09:59:12 +02:00
parent d014b9a259
commit 0e2914b5b6
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',
}),
}
...