The network gateway ip is ${gw_iface}. The network wireless address ${addr gw_iface} doesn't work, however. #2323
GeneMosher
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
${addr} expects the name of a network interface (like eth0 or wlan0), but Conky doesn't recognize gw_iface as a nested variable. I would suggest the improvement that the gw_iface string could be "nested" within ${addr}.
Beta Was this translation helpful? Give feedback.
All reactions