It is currently May 12th, 2024, 4:02 am

Documentation about keywords an parameters in ini files

Get help with creating, editing & fixing problems with skins
GibsonSG
Posts: 2
Joined: January 13th, 2012, 3:35 pm

Documentation about keywords an parameters in ini files

Post by GibsonSG »

Hello together!

To begin; sorry for my bad english. I´m german...

I´m new and this is my first day with rainmeter. It looks like greate and i have now installed some skins. Some skins would i like configure. My question is now: Where can i find documentation about the keywords and parameter specification?
Sure, my first visit was this site http://rainmeter.net/cms/Rainmeter101-Tutorial1
Unfortunately i missing there information.

Let me explain my problem with an example:
I have installed this: http://frenchinalps.deviantart.com/#/d2pxyua
When i open the ini file for the harddisk (HDDX.ini) i find in there paramters like this:

Code: Select all

[Rl_DriveFree]
Meter=STRING
MeasureName=Mse_DriveFree
X=180
Y=0r
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
StringAlign=Right
AntiAlias=1
AutoScale=1
NumOfDecimals=1
Prefix="Frei: "

[Mse_DriveAccess]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="D:"

[Rl_DriveTotal]
Meter=STRING
MeasureName=Mse_DriveSize
X=180
Y=0r
FontColor=#fontColor.Text#
FontSize=#FontHeight#
FontFace=#FontName#
StringAlign=Right
AntiAlias=1
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
My question is now: Where can i find the documentation for this parameters [Rl_DriveTotal], NumOfDecimals, Prefix and other?

Have anyone a link for me?

With greetings
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Documentation about keywords an parameters in ini files

Post by poiru »

In the manual. NumOfDecimals and Prefix, for example, can be found here.
GibsonSG
Posts: 2
Joined: January 13th, 2012, 3:35 pm

Re: Documentation about keywords an parameters in ini files

Post by GibsonSG »

Upps O.O ,
think i was blind...

Thx for your help