Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 426

Help: Rainmeter Skins • Re: Introduction

$
0
0
Thanks very much;

I tried that before sending my post, but I used "x=100" and "y=0," all that showed was Drive D at 0x0, so I thought it wasn't working.
After reading your reply, I noticed that you left "x at 0" and changed "y." Why the "x" coordinate would be ignored for drive D and not the "y" coordinate is a mystery to me. Maybe you can answer that?

Here is my working code;

Code:

;-----Drive 1 Percentage-----[MeasureDisk1Labe1]Measure=FreeDiskSpaceDrive=C:Label=1UpdateDivider=5[MeasureTotalDisk1Space]Measure=FreeDiskSpaceDrive=C:Total=1UpdateDivider=5[MeasureUsedDisk1Space]Measure=FreeDiskSpaceDrive=C:InvertMeasure=1UpdateDivider=5[MeasureUsedDisk1Percentual]Measure=CalcFormula=Round(([MeasureUsedDisk1Space:]/[MeasureTotalDisk1Space:])*100)MinValue=0MaxValue=100DynamicVariables=1[MeterDrive1Usage]Meter=StringX=0Y=0FontSize=50FontColor=255,255,255,255SolidColor=0,0,0,255AntiAlias=1Text="C: [MeasureUsedDisk1Percentual:]%"DynamicVariables=1;-----Drive 2 Percentage-----[MeasureDisk2Labe1]Measure=FreeDiskSpaceDrive=D:Label=1UpdateDivider=5[MeasureTotalDisk2Space]Measure=FreeDiskSpaceDrive=D:Total=1UpdateDivider=5[MeasureUsedDisk2Space]Measure=FreeDiskSpaceDrive=D:InvertMeasure=1UpdateDivider=5[MeasureUsedDisk2Percentual]Measure=CalcFormula=Round(([MeasureUsedDisk2Space:]/[MeasureTotalDisk2Space:])*100)MinValue=0MaxValue=100DynamicVariables=1[MeterDrive2Usage]Meter=StringX0Y=100FontSize=50FontColor=255,255,255,255SolidColor=0,0,0,255AntiAlias=1Text="D: [MeasureUsedDisk2Percentual:]%"DynamicVariables=1

Statistics: Posted by DaveyRocket — Yesterday, 5:10 pm



Viewing all articles
Browse latest Browse all 426