-
Notifications
You must be signed in to change notification settings - Fork 52
/
logo.ini
98 lines (82 loc) · 1.51 KB
/
logo.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[Metadata]
Author=Sahil / MaybeSahil / Runixe786
Version=0.3-beta
Name=Material you digital logo
Description=Material You logo widget for Windows
Tags=logo ,windows ,android ,materialyou ,material
[Rainmeter]
BackgroundMode=1
Update=100
[Variables]
Scale=500
;-------------------------------------------------------------
[MeterialYou]
Measure=Plugin
Plugin=MeterialYou
DynamicVariables=1
[Background1]
Meter=Image
ImageName=#@#MyLogo/logo1.png
ImageTint=[&MeterialYou:GetToken("PrimaryContainer")]
X=0
Y=0
W=#Scale#
H=#Scale#
hidden=0
DynamicVariables=1
AntiAlias=1
[Background12]
Meter=Image
ImageName=#@#MyLogo/logo2.png
ImageTint=[&MeterialYou:GetToken("OnSecondaryContainer")]
X=0
Y=0
W=#Scale#
H=#Scale#
hidden=0
DynamicVariables=1
AntiAlias=1
[Background3]
Meter=Image
ImageName=#@#MyLogo/logo3.png
ImageTint=[&MeterialYou:GetToken("Primary")]
X=0
Y=0
W=#Scale#
H=#Scale#
hidden=0
DynamicVariables=1
AntiAlias=1
[Background4]
Meter=Image
ImageName=#@#MyLogo/name.png
ImageTint=[&MeterialYou:GetToken("OnPrimary")]
X=0
Y=0
W=#Scale#
H=#Scale#
hidden=0
DynamicVariables=1
AntiAlias=1
[Background5]
Meter=Image
ImageName=#@#MyLogo/logo5.png
ImageTint=[&MeterialYou:GetToken("Tertiary")]
X=0
Y=0
W=#Scale#
H=#Scale#
hidden=0
DynamicVariables=1
AntiAlias=1
[Background6]
Meter=Image
ImageName=#@#MyLogo/name2.png
ImageTint=[&MeterialYou:GetToken("OnTertiary")]
X=0
Y=0
W=#Scale#
H=#Scale#
hidden=0
DynamicVariables=1
AntiAlias=1