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

Help: Rainmeter Skins • Noobie Trying To Create Up Time Skin

$
0
0
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.

```
[Rainmeter]
Update=1000
Background=#@#Background.png
BackgroundMode=3
BackgroundMargins=0,34,0,14

[Metadata]
Name=Up Time
Author=jibunnokage
Information=Displays up time
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0

[Variables]
fontName=Trebuchet MS
textSize=8
colorText=255,255,255,205

; ----------------------------------
; MEASURES return some kind of value
; ----------------------------------

[MeasureCurrentTime]
Measure=Time

[MeasureUserLoginTime]
Measure=Plugin
Plugin=SysInfo
SysInfoType=USER_LOGONTIME
UpdateDivider=-1

[MeasureFormatSeconds]
Measure=UpTime
SecondsValue=([MeasureCurrentTime:] - [MeasureUserLoginTime:])
Format="%4!i!d %3!i!h %2!i!m"
DynamicVariables=1

; ----------------------------------
; STYLES are used to "centralize" options
; ----------------------------------

[styleTitle]
StringAlign=Center
StringCase=Upper
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1

[styleLeftText]
StringAlign=Left
StringCase=None
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

[styleRightText]
StringAlign=Right
StringCase=None
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,20
FontColor=#colorText#
FontFace=#fontName#
FontSize=#textSize#
AntiAlias=1
ClipString=1

; ----------------------------------
; METERS display images, text, bars, etc.
; ----------------------------------

[meterTitle]
Meter=String
MeterStyle=styleTitle
X=100
Y=12
W=190
H=18
Text=Up Time
LeftMouseUpAction=["taskmgr.exe"]
ToolTipText=Open Task Manager

[meterLabelUpTime]
Meter=String
MeterStyle=styleLeftText
X=10
Y=40
W=190
H=14
Text=Up

[meterValueUpTime]
Meter=String
MeterStyle=styleRightText
MeasureName=measureFormatSeconds
X=200
Y=0r
W=190
H=14
Text=%1%
```

Statistics: Posted by Jibun no Kage — Today, 3:10 am — Replies 0 — Views 9



Viewing all articles
Browse latest Browse all 710

Trending Articles