Untitled

 avatar
unknown
plain_text
4 years ago
4.7 kB
91
Indexable
[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=1
AccurateText=1
MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh] 
MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] 
LeftMouseDoubleClickAction=!ToggleConfig "Clocki\Settings" "Settings.ini"

[Variables]
@include=#@#Variables.inc
Scale=2.51

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeasureTime]
Measure=Time

[MeasureHours]
Measure=Time
Format="%#Format#:%M"

[MeasureSeconds]
Measure=Time
Format="%S"

[MeasureAMPM]
Measure=Time
Format="%p"

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeasureDate]
Measure=Time
Format="%A, %d %B"
Substitute=#Date#

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterClockBg]
Meter=Image
ImageName=#@#ClockBg . png
X=(83*#Scale#)
Y=(43*#Scale#)
W=(50*#Scale#)
ImageTint=#Color1#
UpdateDivider=-1

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterClockText]
Meter=String
StringAlign=Left
FontFace=ITC Avant Garde Std Bk
FontColor=#Color1#
FontSize=(45*#Scale#)
X=(10*#Scale#)
Y=(32*#Scale#)
Text=
AntiAlias=1
UpdateDivider=-1

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterHoursPointer]
Meter=
MeasureName=
StartAngle=-1.57
LineLength=(24*#Scale#)
RotationAngle=6.2831853
LineStart=(0*#Scale#)
LineWidth=(2.5*#Scale#)
LineColor=#Color1#
X=(40*#Scale#)
Y=(0*#Scale#)
W=(135*#Scale#)
H=(135*#Scale#)
AntiAlias=1
ValueReminder=43200

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterMinutesPointer]
Meter=
MeasureName=MeasureTime
StartAngle=-1.57
LineLength=(28*#Scale#)
RotationAngle=6.2831853
LineStart=(0*#Scale#)
LineWidth=(0.8*#Scale#)
LineColor=#Color1#
X=(40*#Scale#)
Y=(0*#Scale#)
W=(135*#Scale#)
H=(135*#Scale#)
AntiAlias=1
ValueReminder=3600

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterSecondsPointer]
Meter=
MeasureName=MeasureTime
StartAngle=-1.57
LineLength=(60*#Scale#)
RotationAngle=6.2831853
LineStart=(0*#Scale#)
LineWidth=(0.8*#Scale#)
LineColor=#Color2#
X=(40*#Scale#)
Y=(0*#Scale#)
W=(135*#Scale#)
H=(135*#Scale#)
AntiAlias=1
ValueReminder=60

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterCenterDot]
Meter=
StartAngle=-1.57
LineLength=(2*#Scale#)
LineStart=(0*#Scale#)
LineWidth=1
LineColor=#Color2#
X=(40*#Scale#)
Y=(0*#Scale#)
W=(135*#Scale#)
H=(135*#Scale#)
AntiAlias=1
Solid=1
UpdateDivider=-1

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterDate]
Meter=String
MeasureName=
StringAlign=Center
FontColor=#Color1#
FontFace=ITC Avant Garde Std Bk
FontSize=(6*#Scale#)
X=(110*#Scale#)
Y=(170*#Scale#)
Text=
InlineSetting=CharacterSpacing | (1*#Scale#) | (1*#Scale#)
AntiAlias=1

;-------------------------------------------------------------
;-------------------------------------------------------------

[Meter24h]
Meter=String
MeasureName=MeasureHours
StringAlign=Center
FontColor=#Color2#
FontFace=ITC Avant Garde Std Bld
FontSize=(10*#Scale#)
X=(108*#Scale#)
Y=(120*#Scale#)
Text="%1"
AntiAlias=1
Hidden=#Hidden#

[Meter12h]
Meter=String
MeasureName=MeasureHours
MeasureName2=MeasureAmPm
StringAlign=Center
FontColor=#Color2#
FontFace=ITC Avant Garde Std Bld
FontSize=(10*#Scale#)
X=(0*#Scale#)r
Y=(0*#Scale#)r
Text="%1 %2"
AntiAlias=1
Hidden=#Hidden2#

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeterLine]
Meter=Shape
X=(94*#Scale#)
Y=(140*#Scale#)
Shape=Rectangle 0,0,(30*#Scale#),(1*#Scale#) | Fill Color #Color1# | Stroke Color #Color1#,0
UpdateDivider=-1
Editor is loading...