12-18-2004, 03:46 AM -
If you edit the netmonskin.ini file in truelaunchbar\plugins\netmon\skins\Blue Netmon you'll see where each of the individual sections are already there, but I commented them out as you'll see from this excerpt, below:
If you simply UNcomment (remove the semi-colon ";") the graph you want, and make sure you comment out the graph you don't want. Save the file and then go into the settings for the Network Monitor plugin and choose the skin and click OK the changes should show up straight away.
It is extremely important that you make sure that your editing has been done properly, otherwise you'll get unexpected results!
Code:
[diagram1]
;Uncomment this section for bar meters
type = VertRow
field = INLOAD
picture = diagram.png
;Uncomment this section for line graphs
;type = History
;field = INSPEED
;filltype = line
tile = 1
size = 33 25
pos = 1 11
beginFrom = right
valuesFrom = bottom
color = 0 173 255
If you simply UNcomment (remove the semi-colon ";") the graph you want, and make sure you comment out the graph you don't want. Save the file and then go into the settings for the Network Monitor plugin and choose the skin and click OK the changes should show up straight away.
It is extremely important that you make sure that your editing has been done properly, otherwise you'll get unexpected results!
Back once again...