-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathSmart.inc
More file actions
96 lines (85 loc) · 3.76 KB
/
Smart.inc
File metadata and controls
96 lines (85 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
[Rainmeter]
; SolidColor=255,255,255,25
; BackgroundMode=2
SkinWidth=#SW#
SkinHeight=#SH#
[Variables]
@includeWeather=#@#Includes\GlobalWeather.inc
SW=(500*#Scale#)
SH=(500*#Scale#)
[mTime]
Measure=Time
Format=%[#LeadingZeroCharacter#ShowLeadingZero#]#gVar.2412##Seperator#%M[#SecondsCharacter#ShowSeconds#]
RegexpSubstitute=1
[mDate]
Measure=Time
Format=%A, %B %d
FormatLocale=#FormatLocale#
[String:S]
FontColor=#TintColor#
[Time]
Meter=String
MeasureName=mTime
FontSize=(70*#scale#)
Hidden=(1-#Time#)
MeterStyle=String:S | Time#Align# | Shadow#Shadow# | Seconds#ShowSeconds#
[Seconds0]
[Seconds1]
InlinePattern=\d\d$
InlineSetting=Size | (20*#Scale#)
[WeatherIcon]
Meter=Image
Y=R
W=(40*#Scale#)
H=(40*#Scale#)
Hidden=(1-#Weather#)
ImageName=#@#Icons\JD Weather Icons\Shadow#Shadow#\[mCurrentIcon].png
DynamicVariables=1
MeterStyle=Wea#Align# | WeaTint#TintIcon#
[WeaTint0]
[WeaTint1]
Greyscale=1
ImageTint=#TintColor#
[WeatherText]
Meter=String
MeterStyle=String:S | WeaText#Align# | Shadow#Shadow#
Y=(40/2*#Scale#)r
FontSize=(20*#Scale#*#Weather#)
Text="%1%2"
MeasureName=mCurrentTemperature
Measurename2=mUnitsTemperature
[DateText]
Meter=String
MeterStyle=String:S | Time#Align# | Shadow#Shadow#
Y=R
FontSize=(#DateTimeRatio#*100*#Scale#*#date#)
Text="%1"
MeasureName=mDate
DynamicVariables=1
;====================================================================================
[TimeLeft]
X=0
StringAlign=Left
[Timecenter]
X=(#SW#/2)
StringAlign=Center
[TimeRight]
X=#SW#
StringAlign=Right
[WeaLeft]
X=0
[WeaCenter]
X=(-([WeatherText:W]+50*#Scale#)/2+#CURRENTCONFIGWIDTH#/2)
[WeaRight]
X=(#SW#-[#CURRENTSECTION#:W])
[WeaTextLeft]
X=5R
StringAlign=LeftCenter
[WeaTextcenter]
X=5R
StringAlign=LeftCenter
[WeaTextRight]
X=-5r
StringAlign=RightCenter
[Shadow1]
InlineSetting=Shadow | 1 | 1 | 3 | #ShadowColor#,75