These sections can have any unique name, and are used to "display" things in the skin window.
PROJECT SNOWBLIND RAINMETER SKIN FILES MANUAL
These specific options are explained in the manual section for each measure type. There are general measure options that define behaviors for most or all measure types, and measure options that are specific to the type of measure. There are two kinds of options used on a measure. There are many measure types, defined by the value of the Measure=MeasureType option on the section. These sections can have any unique name, and are used to "measure" some system or other information. They allow you to set up "styles" for meters where you can for instance define some or all of the "formatting" options for your meters, and use the MeterStyle in many meters while again allowing you to only have to change it in one place. These sections can have any unique name, and are similar to in function. This can be helpful to create a value that you want to use many places in the skin, while allowing you to change it in only one place. This section will always be named, and is used to define values that can be used anywhere in the skin by enclosing the variable name inside #PoundSigns#. This information will be visible when someone selects your skin in the Rainmeter Manage window. The author's name, the version number, configuration or usage instructions and other information. This section will always be named, and is used to provide information about your skin.
PROJECT SNOWBLIND RAINMETER SKIN FILES UPDATE
This might be things like the update rate of the skin, the background color or image for the skin, or actions you want to take when something happens to the entire skin. This section will always be named, and is used as sort of a header for the skin, to set up some options that impact the entire skin. It updates the skin once a second, measures the used CPU as a percentage, and displays that percentage. The following is an example of a very simple Rainmeter skin file. Option values must be kept on a single line.Measure names can start with or contain any printable letter, number or non-math punctuation or symbol from the ASCII / Extended ASCII character set, and any Unicode "letter/word" character from any language. Section and option names should include alphanumeric characters only.All option names within a section must be unique.All section names in a skin must be unique.INI format that consists of only three types of lines: Let's start with what a skin file looks like. The skin can be very visibly dynamic and interactive. While the skin can simply obtain information and display it, the skin can also react to changing values in the information it measures, or react to your mouse clicks. So at its most basic, measures are "input" and meters are "output". In a simplified sense, each skin in Rainmeter is a free-floating window, which periodically gathers system and other information using various Measures, and displays the results on the window with various Meters. Once you understand what a Rainmeter skin "is", it will be far easier to come to terms with the huge amount of options and functionality described in detail in the rest of the documentation. This is not intended to be comprehensive, but at a level of detail that will help users grasp the fundamentals of Rainmeter. The goal of this guide is to familiarize users who are new to Rainmeter with what a Rainmeter skin is, and how it works.