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.


Solved. Don't worry about it.
The script uses the "iwconfig" utility which is part of the package "wireless-tools". I had to install this package.

--
To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to