-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpeedMalistic.ini
81 lines (72 loc) · 1.4 KB
/
SpeedMalistic.ini
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
[Rainmeter]
Update=1000
OnRefreshAction=["#@#\cleandata.vbs"]
[Variables]
Scale=0.5
latency=0
download=0
upload=0
[Metadata]
Author=thankarezos
Name=SpeedMalistic
Config=
Description=A minimalistic skin to test the speed of your Internet
Instructions='Click the rocket icon and wait for "Running" to disapear to get your results'
Version=0.7
License=Ookla cli
[luaScript]
Measure = script
ScriptFile = "#CURRENTPATH#LuaTextFile.lua"
UpdateRate = 1000
[MeasureDone]
Measure=Script
ScriptFile="#CURRENTPATH#LuaTextFileor.lua"
FileToRead=#@#Done
[Latency]
Meter=String
y=(50*#Scale#)
x=0
FontSize=(30*#Scale#)
AntiAlias=1
FontFace=Roboto Light
FontColor=255,255,255
Text="Latency: #latency# ms"
DynamicVariables=1
[Download]
Meter=String
MeasureName=MeasureDownload
y=(100*#Scale#)
FontSize=(30*#Scale#)
AntiAlias=1
FontFace=Roboto Light
FontColor=255,255,255
Text="Download: #download# Mbps"
DynamicVariables=1
[Upload]
Meter=String
MeasureName=MeasureUpload
y=(150*#Scale#)
FontSize=(30*#Scale#)
AntiAlias=1
FontFace=Roboto Light
FontColor=255,255,255
Text="Upload: #upload# Mbps"
DynamicVariables=1
[done]
Meter=String
MeasureName=MeasureDone
FontSize=(30*#Scale#)
y=(40*#Scale#)
x=(400*#Scale#)
AntiAlias=1
FontFace=Roboto Light
FontColor=255,255,255
Text="%1"
[Start]
Meter=Image
W=(150*#Scale#)
H=(150*#Scale#)
y=(120*#Scale#)
x=(410*#Scale#)
ImageName=#@#Images\start.png
LeftMouseUpAction=["#@#speedtest.vbs"]