Closed bakopyan closed 6 years ago
local font = args.font or beautiful.font
seems like you have no font value on beautiful, try to set font
manually on widget initialization (net_widgets.wireless({...blabla..., font = "your-font-name", ...blabla...}
).
that worked! thank you
just adding the standard wifi widget to the systray causes the following error for me in wireless.lua:190:
attempt to concatenate a nil value (upvalue 'font')
could you imagine what's wrong here?