Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1228

Help: Rainmeter Skins • Re: Help with variables

$
0
0
:17denial I'm sorry, but 15000ms are 15 seconds !!!

I've tested your script:

[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1
OnRefreshAction=[!CommandMeasure MeasureGetNICGUID "Run"]

[Variables]
GUID=x
Update15s=15

[MeasureGetNICGUID]
Measure=Plugin
Plugin=RunCommand
Program=PowerShell
Parameter=(Get-WmiObject -class Win32_OperatingSystem).Caption
OutputType=ANSI
dynamicvariables=1
UpdateDivider=#Update15s#
FinishAction=[!SetVariable GUID [MeasureGetNICGUID]]

[MeterString]
Meter=String
FontColor=255,255,255,255
FontSize=12
SolidColor=0,0,0,1
Text=#GUID#
AntiAlias=1



And the result is "x" and not the name of operating system

Statistics: Posted by Matthias1806 — Today, 12:17 pm



Viewing all articles
Browse latest Browse all 1228

Trending Articles