mirror of https://github.com/lcpz/lain.git
bring back mistaken deletion
This commit is contained in:
parent
edac7419fa
commit
9358f8ac54
|
@ -14,6 +14,7 @@ local wibox = require("wibox")
|
|||
|
||||
local util = require("lain.util")
|
||||
|
||||
local io = { popen = io.popen }
|
||||
local os = { getenv = os.getenv }
|
||||
local pairs = pairs
|
||||
local string = { len = string.len,
|
||||
|
|
Loading…
Reference in New Issue