11-06-2012, 02:50 PM -
I'm sorry I forget some additional parameters in the ini file for multicore skins.
core_dock - (left, right, top, bottom) defines the side where the cores attached to the main skin.
core_slice_mode - if row the core_rows_cols means number of rows, if col core_rows_cols the means the number of columns
core_rows_cols - number of rows of columns, depending of core_slice_mode value.
So to make the skins for cores, you have to add the values into MemonSkin.ini:
(other values are omitted)
Now you have to create the core.xml Something like this:
core_dock - (left, right, top, bottom) defines the side where the cores attached to the main skin.
core_slice_mode - if row the core_rows_cols means number of rows, if col core_rows_cols the means the number of columns
core_rows_cols - number of rows of columns, depending of core_slice_mode value.
So to make the skins for cores, you have to add the values into MemonSkin.ini:
Code:
core_dock = left
core_slice_mode = row
core_rows_cols = 4
Now you have to create the core.xml Something like this:
Code:
<?xml version="1.0" encoding="utf-8"?>
<skin width="100" height="10" type="sysmon_core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.truelaunchbar.com/xml/tlbskins.xsd">
<image x="0" y="0" width="100" height="10">
<state file="back.png"/>
</image>
<histogram-color x="0" y="0" width="100" height="10" src="CPU" max="100" start-from="bottom" dir="reverse" step="1">
<brush type="solid" color="white"/>
</histogram-color>
</skin>
The TORDEX Team
http://www.tordex.com
http://www.tordex.com