Process measure


Measure=Process measures the running state of a process.

The measure's value will be:

  • 1 : The specified ProcessName is running.
  • -1 : The specified ProcessName is not running.

Note: Process was previously a plugin measure.

In many existing skins you might see the syntax:

[MeasureParent]
Measure=Plugin
Plugin=Process
or
Plugin=Process.dll
or
Plugin=Plugins\Process.dll

Process still works with those forms, and changing existing skins to the new Measure=Process syntax is entirely optional. However, new skins created going forward should use the correct syntax for accuracy and clarity. Process is a measure, and not a plugin.

[MeasureParent]
Measure=Process

Options

General measure options
All general measure options are valid.
ProcessName
Name of the process (e.g. Firefox.exe).

Example

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[MeasureProcess]
Measure=Process
ProcessName=Notepad.exe
Substitute="-1":"not running","1":"running"

[MeterProcess]
Meter=String
MeasureName=MeasureProcess
FontSize=11
FontWeight=400
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
Text=Notepad.exe is %1