I am completely new to rainmeter... And having read the information page about creating an up time skin I gave it a shot... but I cannot seem to get it so display.
I created a folder and ini file. Refreshed all. I can see my folder/ini file as an option to enable under 'illstro' like other skins but nothing appears. Below is the ini file, what did I miss? Misunderstand? Screw up? I tried to use system.ini as a bit of guide or template.
I created a folder and ini file. Refreshed all. I can see my folder/ini file as an option to enable under 'illstro' like other skins but nothing appears. Below is the ini file, what did I miss? Misunderstand? Screw up? I tried to use system.ini as a bit of guide or template.
Code:
[Rainmeter]Update=1000Background=#@#Background.pngBackgroundMode=3BackgroundMargins=0,34,0,14[Metadata]Name=Up TimeAuthor=jibunnokageInformation=Displays up timeLicense=Creative Commons BY-NC-SA 3.0Version=1.0.0[Variables]fontName=Trebuchet MStextSize=8colorText=255,255,255,205; ----------------------------------; MEASURES return some kind of value; ----------------------------------[MeasureCurrentTime]Measure=Time[MeasureUserLoginTime]Measure=PluginPlugin=SysInfoSysInfoType=USER_LOGONTIMEUpdateDivider=-1[MeasureFormatSeconds]Measure=UpTimeSecondsValue=([MeasureCurrentTime:] - [MeasureUserLoginTime:])Format="%4!i!d %3!i!h %2!i!m"DynamicVariables=1; ----------------------------------; STYLES are used to "centralize" options; ----------------------------------[styleTitle]StringAlign=CenterStringCase=UpperStringStyle=BoldStringEffect=ShadowFontEffectColor=0,0,0,50FontColor=#colorText#FontFace=#fontName#FontSize=10AntiAlias=1ClipString=1[styleLeftText]StringAlign=LeftStringCase=NoneStringStyle=BoldStringEffect=ShadowFontEffectColor=0,0,0,20FontColor=#colorText#FontFace=#fontName#FontSize=#textSize#AntiAlias=1ClipString=1[styleRightText]StringAlign=RightStringCase=NoneStringStyle=BoldStringEffect=ShadowFontEffectColor=0,0,0,20FontColor=#colorText#FontFace=#fontName#FontSize=#textSize#AntiAlias=1ClipString=1; ----------------------------------; METERS display images, text, bars, etc.; ----------------------------------[meterTitle]Meter=StringMeterStyle=styleTitleX=100Y=12W=190H=18Text=Up TimeLeftMouseUpAction=["taskmgr.exe"]ToolTipText=Open Task Manager[meterLabelUpTime]Meter=StringMeterStyle=styleLeftTextX=10Y=40W=190H=14Text=Up[meterValueUpTime]Meter=StringMeterStyle=styleRightTextMeasureName=measureFormatSecondsX=200Y=0rW=190H=14Text=%1%
Statistics: Posted by Jibun no Kage — Today, 3:10 am — Replies 1 — Views 43