port own contrib widgets to lua52

This commit is contained in:
Jörg Thalheim 2012-06-19 22:02:48 +02:00
parent f5c95cb76f
commit c7a1bfbefa
2 changed files with 2 additions and 2 deletions

View File

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

View File

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