You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.1 KiB

[Rainmeter]
Update=1000
@Include=#@#Globals\MeasureHDD.inc
@Include2=#@#Globals\Formats.inc
@Include3=Globals\Drive1_stacked.inc
@Include4=Globals\Drive2_stacked.inc
@Include5=Globals\Drive3_stacked.inc
@Include6=Globals\Drive4_stacked.inc
@Include8=Globals\Drive5_stacked.inc
@Include9=Globals\Drive6_stacked.inc
@Include7=Globals\Metadata.inc
[Metadata]
Name=Drive Display
Author=Tuxwonder + WTMike24
Version=1.0.1
Information=This skin displays the drives and how much free memory they have left. It recognizes any drive with a name, so if you plug in your flashdrive or throw in a CD into that drive, it'll display it. In @Resources\Globals\MeasureHDD.inc you can change which drives are measured at the top. This specific skin measures 6 drive slots. (Brought to 6 drives by WTMike24)
[Variables]
drive1on=0
drive2on=0
drive3on=0
drive4on=0
drive5on=0
drive6on=0
#ofdrives=6
[HDD_Hud]
Meter=Image
ImageName=#@#Images\Drones\drives_hud6_stacked.png
[Drive_Icon]
Meter=Image
ImageName=#@#Images\Drones\drives_icon0.png
X=-14
Y=55
[Bar_Measure]
Measure=Script
ScriptFile="#CURRENTPATH#Globals/barcounter.lua"