18 September, 2018 at 11:59 am
Can you explain how you loop through the info for Network Adapters; and indicate if we should be able to add text information for each adapter?
My goal is to have the IP and Subnet on one line:
192.168.1.1 / 255.255.255.0
If I add set:ipaddress and set:subnetmask at the end of the lines, I would expect to be able to write:
TEXT=active:1,interval:0,color:ffdd99,text:IP / SM,display:%ipaddress%/%subnet%
but it doesn’t work.
In fact, no matter what I do with a text= entry, it shows up one time after all of the network adapters. This makes me think you have hard coded the network adapters loop to only accommodate certain fields, text not being included.
Thanks for your very awesome utility, I spent hours searching for this, I am so happy to have found it!!!!!