I have just discovered Rainmeter, and I think it is excellent!
I am trying to create a simple skin to display data from SysInfo. The widget displays, but the data is just the variables I have defined. The Widget displays OS Version: %1 and Screen Size: %1 x %2. I am sure the solution is simple; thanks in advance for your help. I have attached the code below.
I am trying to create a simple skin to display data from SysInfo. The widget displays, but the data is just the variables I have defined. The Widget displays OS Version: %1 and Screen Size: %1 x %2. I am sure the solution is simple; thanks in advance for your help. I have attached the code below.
Code:
[Rainmeter]Update=1000DynamicWindowSize=1BackgroundMode=2SolidColor=0,0,0,255[MeasureOSVersion]Measure=SysInfoSysInfoType=OS_VERSIONUpdateDivider=-1[MeasureScreenWidth]Measure=SysInfoSysInfoType=SCREEN_WIDTHSysInfoData=1[MeasureScreenHeight]Measure=SysInfoSysInfoType=SCREEN_HEIGHTSysInfoData=1[MeterOSVersion]Meter=StringMeasureName=MeasureOSVersionFontSize=12FontColor=255,255,255,255StringStyle=BoldAntiAlias=1Text=OS Version: %1[MeterScreenSize]Meter=StringMeasureName=MeasureScreenWidthMeasureName2=MeasureScreenHeightY=2RFontSize=12FontColor=255,255,255,255StringStyle=BoldAntiAlias=1Text=Screen Size: %1 x %2
Statistics: Posted by robhoyer — Yesterday, 7:52 pm — Replies 3 — Views 50