Conky does not return certain wireless values (like wireless_link_qual or wireless_bitrate). These values are those which are only returned by doing sudo iwconfig
.
I tested (also to see if the conky extension is compiled with wlan enabled, and indeed, starting conky as root returns the values correctly. Now, what would be a way to play around this problem?
Is it possible to create a user conky with sudo rights (not really a good idea i think)? Or to make accessible "sudo iwconfig" to conky?
Thanks a lot in advance.