port own contrib widgets to lua52
This commit is contained in:
parent
f5c95cb76f
commit
c7a1bfbefa
|
@ -14,7 +14,7 @@ local math = {
|
||||||
}
|
}
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
module("vicious.contrib.ac")
|
local ac = {}
|
||||||
|
|
||||||
-- {{{ AC widget type
|
-- {{{ AC widget type
|
||||||
local function worker(format, warg)
|
local function worker(format, warg)
|
||||||
|
|
|
@ -20,7 +20,7 @@ local string = {
|
||||||
|
|
||||||
|
|
||||||
-- Wifi: provides wireless information for a requested interface
|
-- Wifi: provides wireless information for a requested interface
|
||||||
module("vicious.contrib.wpa")
|
local wpa = {}
|
||||||
|
|
||||||
local info = {
|
local info = {
|
||||||
["{ssid}"] = "N/A",
|
["{ssid}"] = "N/A",
|
||||||
|
|
Loading…
Reference in New Issue