From: Luke Bonham Date: Tue, 24 Jan 2017 15:17:07 +0000 (+0100) Subject: Merge pull request #281 from alandmoore/master X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/dc614905b0e55d80fcf78f28f3454833d513837a?hp=a00417d8011690d977cbdab1f1378ec369e5f355 Merge pull request #281 from alandmoore/master Fix regression in pulsebar.lua --- diff --git a/widgets/pulsebar.lua b/widgets/pulsebar.lua index 9380a34..284b886 100644 --- a/widgets/pulsebar.lua +++ b/widgets/pulsebar.lua @@ -13,6 +13,7 @@ local naughty = require("naughty") local wibox = require("wibox") local math = { modf = math.modf } local string = { format = string.format, + gmatch = string.gmatch, match = string.match, rep = string.rep } local type = type