-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLIVE Countdown.ini
More file actions
105 lines (90 loc) · 4.55 KB
/
LIVE Countdown.ini
File metadata and controls
105 lines (90 loc) · 4.55 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
97
98
99
100
101
102
103
104
105
[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
[Metadata]
Name=LIVE Countdown
Author=Passion-Lab
Information=A live countdown skin for make you stay focused to your most important up coming target while working on your computer. Make sure to set the `Position: Stay Topmost' option from the Rainmeter window of this skin for the best result.
Version=1.0
Variant=1
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0
Tags=countdown | timer | time
[Variables]
@include=#@#Variables.ini
; Script file for countdown function with
[MeasureScript]
Measure=script
ScriptFile=#@#countdown.lua
TableName=Countdown
year=#TargetYear#
month=#TargetMonth#
day=#TargetDay#
hour=#TargetHour#
min=#TargetMinute#
sec=#TargetSecond#
uptxt=#ReleaseText#
[FrostedGlass]
Measure=Plugin
Plugin=FrostedGlass
Type=Acrylic
; Border=right
[Background]
Meter=Shape
Shape=Rectangle 0, 0, 220, 65 | StrokeWidth 0 | Fill LinearGradient FillGradient
; FillGradient=180 | 0,25,35,200; 0.0 | 0,25,35,0; 1.0
FillGradient=180 | 0,0,0,150; 0.0 | 0,0,0,0; 1.0
X=0
Y=0
[LiveDot]
Meter=Shape
Shape=Ellipse 5,5,5,5 | StrokeWidth 0 | Fill Color #RedColor#
Padding=#Padding#, 0, #Padding#, 0
X=0
Y=(2.5 + (([Background:H] / 3) - (#FontSize# / 2)))
DynamicVariables=1
UpdateDivider=1
[CountdownTimerTitle]
Meter=string
Text=#EventTitle#
FontFace=#FontFace#
FontSize=#TitleFontSize#
FontColor=255,165,0,255
AntiAlias=1
X=R
Y=([LiveDot:Y] - (#TitleFontSize# / 2))
[CountdownTimerTitle2]
Meter=string
Text=#EventTitle2#
FontFace=#FontFace#
FontSize=#TitleFontSize#
FontColor=#TextColor#
StringStyle=BOLD
AntiAlias=1
X=2R
Y=([LiveDot:Y] - (#TitleFontSize# / 2))
[CountdownTimerPlaceholder]
Meter=string
Text="@@@@@@@@@@@@"
FontFace=Digital dream Skew
FontSize=#FontSize#
FontColor=255, 255, 255, 50
; StringStyle=BOLD
InlineSetting=CharacterSpacing | 0 | 1
Padding=#Padding#, 0, #Padding#, 0
AntiAlias=1
X=[CountdownTimerTitle:X]
Y=2R
[CountdownTimer]
Meter=string
MeasureName=MeasureScript
Text=%1
FontFace=Digital dream Skew
FontSize=#FontSize#
FontColor=#TextColor#
; StringStyle=BOLD
InlineSetting=CharacterSpacing | 0 | 1
Padding=#Padding#, 0, #Padding#, 0
AntiAlias=1
X=[CountdownTimerTitle:X]
Y=(-#FontSize# - 3)R