mirror of https://github.com/lcpz/lain.git
Merge pull request #281 from alandmoore/master
Fix regression in pulsebar.lua
This commit is contained in:
commit
dc614905b0
|
@ -13,6 +13,7 @@ local naughty = require("naughty")
|
||||||
local wibox = require("wibox")
|
local wibox = require("wibox")
|
||||||
local math = { modf = math.modf }
|
local math = { modf = math.modf }
|
||||||
local string = { format = string.format,
|
local string = { format = string.format,
|
||||||
|
gmatch = string.gmatch,
|
||||||
match = string.match,
|
match = string.match,
|
||||||
rep = string.rep }
|
rep = string.rep }
|
||||||
local type = type
|
local type = type
|
||||||
|
|
Loading…
Reference in New Issue