I've set up a vicious.widgets.wifi in my resource Lua file.
This is the fragment of code:
-- Uptime Initialize widget
wlanwidget = widget({ type = "textbox" })
-- Register widget
vicious.register(wlanwidget, vicious.widgets.wifi, '<span
color="#999999">[${ssid}]</span>${linp}%', 20, "wlan0")
There is an issue with the $ssid of the network network interface showing as N/A. $linp is 0.
The interface wlan0 is up and connected. -- To unsubscribe, send mail to [email protected].
