-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
64f7650
commit 6e1d068
Showing
14 changed files
with
227 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[Variables] | ||
|
||
; --------------------- | ||
; Config File | ||
; --------------------- | ||
|
||
; ---+ Custom Drive +--- | ||
CustomDriveLetter=F | ||
; Set this value to a custom drive letter (not C, D, or E) | ||
; Will be shown in the "Custom Drive" skins | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[Variables] | ||
; -----+ Colors +----- | ||
RED=255,0,0,255 | ||
GREEN=0,255,0,255 | ||
BLUE=0,0,255,255 | ||
ORANGE=247,140,0,255 | ||
YELLOW=247,235,0,255 | ||
BLACK=0,0,0,255 | ||
WHITE=255,255,255,255 | ||
; -------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
[RainMeter] | ||
Update=1000 | ||
DynamicWindowSize=1 | ||
AccurateText=1 | ||
|
||
[Variables] | ||
@include=#@#gvars.ini | ||
@include2=#@#config.ini | ||
|
||
[MeasureDriveLabel] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
Label=1 | ||
UpdateDivider=2 | ||
|
||
[MeasureDiskTotal] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
Total=1 | ||
UpdateDivider=5 | ||
|
||
[MeasureFreeSpace] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
UpdateDivider=5 | ||
|
||
[MeasureUsedSpace] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
InvertMeasure=1 | ||
UpdateDivider=5 | ||
|
||
[MeasureDisk] | ||
Measure=Calc | ||
Formula=ROUND(100 - ((MeasureFreeSpace / (MeasureDiskTotal + 1)) * 100)) | ||
MinValue=0 | ||
MaxValue=100 | ||
IfCondition=MeasureDisk < 25 | ||
IfTrueAction=[!SetOption MeterDiskBar BarColor #GREEN#] | ||
IfCondition2=(MeasureDisk >= 25) && (MeasureDisk <= 49) | ||
IfTrueAction2=[!SetOption MeterDiskBar BarColor #YELLOW#] | ||
IfCondition3=(MeasureDisk >= 50) && (MeasureDisk <= 74) | ||
IfTrueAction3=[!SetOption MeterDiskBar BarColor #ORANGE#] | ||
IfCondition4=MeasureDisk > 74 | ||
IfTrueAction4=[!SetOption MeterDiskBar BarColor #RED#] | ||
|
||
[DiskDelay] | ||
Measure=Calc | ||
Formula=MeasureDisk | ||
|
||
[MeterDisk] | ||
Meter=String | ||
MeasureName=MeasureDisk | ||
AntiAlias=1 | ||
FontColor=255,255,255,255 | ||
FontFace=Arial | ||
StringStyle=Bold | ||
FontSize=12 | ||
Percentual=1 | ||
X=0 | ||
Y=0 | ||
Text=Drive #CustomDriveLetter#: %1% | ||
|
||
[MeterDiskBar] | ||
MeasureName=MeasureDisk | ||
Meter=BAR | ||
Y=17r | ||
W=180 | ||
H=5 | ||
SolidColor=0,0,0,0 | ||
BarOrientation=Horizontal | ||
|
||
[BarLine] | ||
Meter=IMAGE | ||
Y=5r | ||
H=5 | ||
W=180 | ||
SolidColor=125,125,125,175 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
[RainMeter] | ||
Update=1000 | ||
DynamicWindowSize=1 | ||
AccurateText=1 | ||
|
||
[Variables] | ||
RED=255,0,0,255 | ||
GREEN=0,255,0,255 | ||
BLUE=0,0,255,255 | ||
ORANGE=247,140,0,255 | ||
YELLOW=247,235,0,255 | ||
BLACK=0,0,0,255 | ||
WHITE=255,255,255,255 | ||
color=0,0,0,0 | ||
@include=#@#config.ini | ||
|
||
[MeasureDriveLabel] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
Label=1 | ||
UpdateDivider=2 | ||
|
||
[MeasureDiskTotal] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
Total=1 | ||
UpdateDivider=5 | ||
|
||
[MeasureFreeSpace] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
UpdateDivider=5 | ||
|
||
[MeasureUsedSpace] | ||
Measure=FreeDiskSpace | ||
Drive=#CustomDriveLetter#: | ||
InvertMeasure=1 | ||
UpdateDivider=5 | ||
|
||
[MeasureDisk] | ||
Measure=Calc | ||
Formula=ROUND(100 - ((MeasureFreeSpace / (MeasureDiskTotal + 1)) * 100)) | ||
MinValue=0 | ||
MaxValue=100 | ||
|
||
[DiskDelay] | ||
Measure=Calc | ||
Formula=MeasureDisk | ||
|
||
[MeterDisk] | ||
Meter=String | ||
MeasureName=MeasureDisk | ||
AntiAlias=1 | ||
FontColor=255,255,255,255 | ||
FontFace=Arial | ||
StringStyle=Bold | ||
FontSize=12 | ||
Percentual=1 | ||
X=0 | ||
Y=0 | ||
Text=Drive #CustomDriveLetter#: %1% | ||
|
||
[MeterDiskBar] | ||
MeasureName=MeasureDisk | ||
Meter=BAR | ||
Y=17r | ||
X=0r | ||
W=180 | ||
H=5 | ||
BarColor=255,255,255,255 | ||
SolidColor=0,0,0,0 | ||
BarOrientation=Horizontal | ||
|
||
[BarLine] | ||
Meter=IMAGE | ||
Y=5r | ||
X=0r | ||
H=5 | ||
W=180 | ||
SolidColor=125,125,125,175 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.