
Building the System skinįirst, as we did in our earlier tutorial, let's add the section to control the Update speed of the skin. You only see one hard drive in that image? We will get to that. We are going to monitor the CPU with a Line meter, and display some information about the space on your hard drives. Then we are going to create some circular meters showing the usage with Roundline meters. ImageName=#SKINSPATH#\illustro\SHARED\Background8Line.pngWhat we are going to do is measure the percent usage of the CPU, and the space on a couple of hard drives. Using Percentual=1 will convert that into a percentual value. Percentual=1 needs to be added her because measureRAM returns the amount %1 stands for the value of MeasureName (measureCPU in this case). below the Y value of the previous meter (i.e it's the same as in meterLabelCPU). In this case, the Y postition of meterValueCPU is 0 pixels Hovering over this meter will display a tooltip with the text above. Left-clicking this meter will launch taskmgr.exe (the Task Manager). it as SYSTEM, because styleTitle contains StringCase=UPPER. Even though the text is set to System, Rainmeter will display contents of the section here during runtime. Using MeterStyle=styleTitle will basically "copy" the

#SKINSPATH# is a global variable that stands for your skin path. ImageName=#SKINSPATH#\illustro\SHARED\Background3Line.png Meters using styleLeftText will be left-aligned. Variables declared here can be used later on between two # characters (e.g. Contains basic information of the skin.ĭescription=This skin displays basic system stats. This section contains general settings that can be used to change how Rainmeter behaves.

That is, they do not affect the code and are here for demonstration purposes only. Returns the amount of SWAP (pagefile) used in bytes.Ĭode: Alles auswählen Lines starting (semicolons) are commented out. calculated as follows: UpdateDivider x Update. UpdateDivider sets the rate at which the value of the measure is updated. Returns the amount of RAM used in bytes. This measure returns the average CPU load between all cores. Wenn ich die in meine Datei eingebe kommt von Rainmeter soblad ich das Skin aktualisiere die Fehlermeldung: The meter cannot be bound with ! Im internet binn ich auf volgendes gestoßen: Mein Rainmeter zeigt aber nur einen Kern an. Nach dem ich es vergeblich in mehreren Foren versucht habe, versuche ich hier mein Glück.
