2013/1/1 Shuuichi Nitori <[email protected]>
> sys = wibox.widget.textbox()
>>
>>
>> sysicon = wibox.widget.imagebox()
>> sysicon:set_image(beautiful.
>> widget_sys)
>> sysicon:set_resize(true)
>> vicious.register(sys, vicious.widgets.os, "$1 $2")
>>
>>
> attempt to index global 'vicious' (a nil value)
> it's something about this line right?
>
> vicious.register(sys, vicious.widgets.os, "$1 $2")
>
>
I'm so silly, checking my rc.lua I realize that I haven't put this line yet:
local vicious = require("vicious")
what a n00b error!