Skip to content

Commit

Permalink
Merge pull request #405 from gregflynn/patch-1
Browse files Browse the repository at this point in the history
Update pulsebar.lua
  • Loading branch information
lcpz committed Oct 30, 2018
2 parents 2d0939d + 9ddad93 commit 77d49f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widget/pulsebar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ local function factory(args)
local timeout = args.timeout or 5
local settings = args.settings or function() end
local width = args.width or 63
local height = args.heigth or 1
local height = args.height or 1
local margins = args.margins or 1
local paddings = args.paddings or 1
local ticks = args.ticks or false
Expand Down

0 comments on commit 77d49f4

Please sign in to comment.