From 17fa506422e4eeee0de14a9989817af73bb0694f Mon Sep 17 00:00:00 2001 From: Alan D Moore Date: Mon, 23 Jan 2017 23:05:36 -0600 Subject: [PATCH] Fix regression in pulsebar.lua Added gmatch back to aliased string library --- widgets/pulsebar.lua | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2