Merge pull request #281 from alandmoore/master

Fix regression in pulsebar.lua
This commit is contained in:
Luke Bonham 2017-01-24 16:17:07 +01:00 committed by GitHub
commit dc614905b0
1 changed files with 1 additions and 0 deletions

View File

@ -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