02-22-2013, 09:25 AM -
Hello,
I try the new system monitor and I have some questions:
How can I use TEMP in Celsius not Farenheit?
How can I use Units (Percent) in (for example) CPU_FREE?
How can I use own text, for example "Used Memory = " PHYS_USED?
I want more at the same skin. This is my skin for Memory in Gigabyte. How can I use in the same skin memory in Gigabyte AND percent? This is my xml-file:
<?xml version="1.0" encoding="utf-8"?>
<skin width="256" height="16" fit="height" type="sysmon_main" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.truelaunchbar.com/xml/tlbskins.xsd">
<chart-h-row float="true" valign="stretch" halign="stretch">
<value src="PHYS_USED">
<state value="normal">
<brush type="yGradient" color1="rgb(000, 000, 255)" color2="rgb(000, 119, 255)" />
</state>
</value>
<value src="PHYS_FREE">
<brush type="yGradient" color1="rgb(128, 128, 128)" color2="rgb(192, 192, 192)" />
</value>
</chart-h-row>
<text src="PHYS_USED" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="left" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
<text src="PHYS_FREE" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="center" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
<text src="PHYS_FREE" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="right" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
</skin>
Thank you
I try the new system monitor and I have some questions:
How can I use TEMP in Celsius not Farenheit?
How can I use Units (Percent) in (for example) CPU_FREE?
How can I use own text, for example "Used Memory = " PHYS_USED?
I want more at the same skin. This is my skin for Memory in Gigabyte. How can I use in the same skin memory in Gigabyte AND percent? This is my xml-file:
<?xml version="1.0" encoding="utf-8"?>
<skin width="256" height="16" fit="height" type="sysmon_main" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.truelaunchbar.com/xml/tlbskins.xsd">
<chart-h-row float="true" valign="stretch" halign="stretch">
<value src="PHYS_USED">
<state value="normal">
<brush type="yGradient" color1="rgb(000, 000, 255)" color2="rgb(000, 119, 255)" />
</state>
</value>
<value src="PHYS_FREE">
<brush type="yGradient" color1="rgb(128, 128, 128)" color2="rgb(192, 192, 192)" />
</value>
</chart-h-row>
<text src="PHYS_USED" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="left" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
<text src="PHYS_FREE" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="center" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
<text src="PHYS_FREE" font="DejaVu Sans Mono" units="right" font-size="20" float="true" valign="stretch" halign="stretch" align="right" v-center="true" bold="true" antialias="true">
<state value ="normal" color="white" />
</text>
</skin>
Thank you