fix paddings always being the margins in pulsebar

This commit is contained in:
Greg Flynn 2018-11-04 14:29:12 -05:00 committed by GitHub
parent f58970997e
commit 4cc47f8d61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ local function factory(args)
forced_height = height,
forced_width = width,
margins = margins,
paddings = margins,
paddings = paddings,
ticks = ticks,
ticks_size = ticks_size,
widget = wibox.widget.progressbar,