Skip to content

Commit d50ba4e

Browse files
committed
Version 1.0.2
1 parent 3368ffa commit d50ba4e

File tree

165 files changed

+2355
-2338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+2355
-2338
lines changed

@Resources/Clock/hour_hand.png

-2.75 KB
Binary file not shown.

@Resources/Clock/minute_hand.png

-2.79 KB
Binary file not shown.

@Resources/Clock/second_hand.png

-2.78 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[ContainerDrive1]
2+
Meter=Image
3+
X=r
4+
Y=5R
5+
H=30
6+
W=(572-150-2)
7+
SolidColor=0,0,0
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[MeterDrive1Label]
2+
Meter=String
3+
Container=ContainerDrive1
4+
MeterStyle=StyleLabel
5+
Text=#LabelDrive# 1
6+
7+
[MeterDrive1Value]
8+
Meter=String
9+
X=140R
10+
Container=ContainerDrive1
11+
MeterStyle=StyleValueSmall
12+
Text=#Drive1#
13+
LeftMouseUpAction=[!CommandMeasure MeasureDrive1 "ExecuteBatch ALL"]
14+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[MeasureDrive1]
2+
Measure=Plugin
3+
Plugin=InputText
4+
X=[MeterDrive1Value:X]
5+
Y=[MeterDrive1Value:Y]
6+
H=[MeterDrive1Value:H]
7+
W=[MeterDrive1Value:W]
8+
AntiAlias=1
9+
DefaultValue=#Drive1#
10+
FontColor=222,222,222
11+
FontFace=B612 Mono
12+
FontSize=15
13+
SolidColor=26,80,156
14+
Command1=[!WriteKeyValue Variables Drive1 "$UserInput$" "C:\Users\20nic\Documents\Rainmeter\Skins\Nickson_Dev\@Resources\Drives\VariablesDrive.inc"][!Refresh][!Refresh "Nickson_Dev\Drives\Drive1"]

Drives/Drive3/Drive3.ini renamed to @Resources/Drives/TemplateDrive.ini

Lines changed: 60 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -6,104 +6,106 @@ Update=100
66

77
[Metadata]
88
Author=Nickson
9-
Name=Drive3
10-
Information=Skin which shows the Drive3 Diskspace
9+
Name=Drive<n>
10+
Information=Skin which shows the Drive<n> Diskspace
11+
Version=1.0.2
1112
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0
1213

1314
; --------------------Variables--------------------
1415

1516
[Variables]
1617
@include=#@#General\Variables.inc
1718

18-
; --------------------Measures--------------------
19-
20-
[MeasureDriveAccess]
21-
Measure=Plugin
22-
Plugin=UsageMonitor
23-
Category=LogicalDisk
24-
Counter=Disk Bytes/sec
25-
Name=#Drive3#
26-
UpdateDivider=1
27-
28-
[MeasureDriveSize]
29-
Measure=FreeDiskSpace
30-
Drive="#Drive3#"
31-
Substitute=" ":""
32-
Total=1
33-
34-
[MeasureDriveUsed]
35-
Measure=FreeDiskSpace
36-
Drive="#Drive3#"
37-
InvertMeasure=1
38-
39-
; --------------------Meters--------------------
19+
; --------------------Background--------------------
4020

4121
[Margin]
4222
Meter=Image
43-
H=85
23+
H=90
4424
W=410
4525

4626
[Background]
4727
Meter=Image
4828
X=5r
4929
Y=5r
50-
H=75
30+
H=80
5131
W=400
5232
SolidColor=#MainColor#,#Transparency#
5333

34+
; --------------------Label--------------------
35+
5436
[MeterDriveLabel]
5537
Meter=String
56-
X=5r
57-
Y=5r
38+
X=15r
39+
Y=10r
5840
AntiAlias=1
5941
FontColor=#SecondColor#
6042
FontFace=#Font#
61-
FontSize=#FontSizeL#
62-
Text="#Drive3#"
43+
FontSize=#FontSizeXXL#
44+
Text=#Drive<n>#
6345

64-
[MeterDriveTotal]
65-
Meter=String
66-
MeasureName=MeasureDriveSize
67-
X=10R
68-
Y=0r
69-
AntiAlias=1
70-
AutoScale=1
71-
FontColor=#ThirdColor#
72-
FontFace=#Font#
73-
FontSize=#FontSizeL#
74-
Text="%1B"
46+
; --------------------Free and Total--------------------
7547

76-
[MeterDriveFree]
48+
[MeasureDriveFree]
49+
Measure=FreeDiskSpace
50+
Drive=#Drive<n>#:
51+
Substitute=" ":""
52+
53+
[MeasureDriveTotal]
54+
Measure=FreeDiskSpace
55+
Drive=#Drive<n>#:
56+
Substitute=" ":""
57+
Total=1
58+
59+
[MeterDriveFreeAndTotal]
7760
Meter=String
78-
MeasureName=MeasureDriveUsed
79-
X=390
80-
Y=0r
61+
MeasureName=MeasureDriveFree
62+
MeasureName2=MeasureDriveTotal
63+
X=395
64+
Y=10
8165
AntiAlias=1
8266
AutoScale=1
8367
FontColor=#ThirdColor#
8468
FontFace=#Font#
85-
FontSize=#FontSizeL#
86-
Percentual=1
69+
FontSize=#FontSizeM#
8770
StringAlign=Right
88-
Text="%1%"
71+
Text=%1B #FreeOf# %2B
72+
73+
; --------------------DriveUsed--------------------
74+
75+
[MeasureDriveUsed]
76+
Measure=FreeDiskSpace
77+
Drive=#Drive<n>#:
78+
Substitute=" ":""
79+
InvertMeasure=1
8980

9081
[MeterDriveUsedBar]
9182
Meter=Bar
9283
MeasureName=MeasureDriveUsed
93-
X=10
84+
X=85
9485
Y=45
95-
H=30
96-
W=390
97-
BarColor=#SecondColor#,100
86+
H=2
87+
W=315
88+
BarColor=#SecondColor#
9889
BarOrientation=Horizontal
90+
SolidColor=#ThirdColor#
91+
92+
; --------------------DriveAccess graph--------------------
93+
94+
[MeasureDriveAccess]
95+
Measure=Plugin
96+
Plugin=UsageMonitor
97+
Category=LogicalDisk
98+
Counter=Disk Bytes/sec
99+
Name=#Drive<n>#:
100+
UpdateDivider=1
99101

100102
[MeterDriveLine]
101103
Meter=Line
102104
MeasureName=MeasureDriveAccess
103-
X=0r
104-
Y=0r
105+
X=r
106+
Y=5r
105107
H=30
106-
W=390
108+
W=315
107109
AutoScale=1
108110
AntiAlias=1
109111
LineColor=#SecondColor#
@@ -113,10 +115,10 @@ UpdateDivider=1
113115
[MeterDriveHistogram]
114116
Meter=Histogram
115117
MeasureName=MeasureDriveAccess
116-
X=0r
117-
Y=0r
118+
X=r
119+
Y=r
118120
H=30
119-
W=390
121+
W=315
120122
AutoScale=1
121123
AntiAlias=1
122124
PrimaryColor=#SecondColor#,50

0 commit comments

Comments
 (0)