It is currently April 27th, 2024, 10:40 pm

Arcs for Two Drives

General topics related to Rainmeter.
User avatar
JoBu
Posts: 271
Joined: February 16th, 2011, 12:46 am
Location: California

Re: Arcs for Two Drives

Post by JoBu »

Glad these posts are helping, we're all here to learn so I guess we're doing something right... I know I've learned a great deal about Roundline Meters (this is only the second skin I've used them on) so it's been great fun for me too!

I did the same thing the first time re: X=, Y= (took me a while to understand the positioning of the center relative to the skinbox). I understand about time constraints - but if you have questions feel free to post them anytime, this forum is great in that members actively seek out and help others that are trying to learn... really a great community.

Glad those labels help! Lol, I was starting to think I was wasting time with those... pain in the butt to line them up with the meters... thanks for the validation! ;)

Here's the next (and possibly last, though I kinda want to try a chronograph-watch style variation...) update, added a few small bits:

Added SWAP meter next to RAM (and edited the labels).
Added WinAmp progress bar (left Itunes in too, they share a circle with Itunes left and WinAmp right... no labels on those)
Added Multi-Core support (I really want to create a simplified Arcs skin with fewer meters to save as a variant)
Changed the NetMax count to make the meters more responsive (In/Out)

I noticed that my resource drain is getting heavier... may want to go through and edit update-rate to pinch pennies where possible.

'Dar she blows:

Code: Select all

[Rainmeter]
Author=JoBu based on Arcs by Kaelri.LCD@gmail.com
Update=1000

[Metadata]
Name=Arcs
Config=Arcs
Description=An abstract, futuristic analog clock decorated with camouflaged system and song meters.
Instructions=
Version=1.0
Tags=Time | System | Media | iTunes
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Credits=Thanks to onewithnopaper for porting this from the original Samurize.
Preview=Preview.png

; VARIABLES ---------------------------------------------------------------

[Variables]
HourWidth=3
MinuteWidth=2
SecondWidth=1

HDD1=C:
HDD2=D:
HDD3=L:

MaxNetSpeed=9999

Pos01=5.2359877
Pos015=5.4977871
Pos02=5.7595865
Pos025=6.0213859
Pos03=6.2831853
Pos035=6.5449846
Pos04=0.5235987
Pos045=0.7853981
Pos05=1.0471975
Pos055=1.3089969
Pos06=1.5707963
Pos065=1.8325957
Pos07=2.0943951
Pos075=2.3561944
Pos08=2.6179938
Pos085=2.8797932
Pos09=3.1415926
Pos095=3.4033920
Pos10=3.6651914
Pos105=3.9269908
Pos11=4.1887902
Pos115=4.4505895
Pos12=4.7123889
Pos125=4.9741883

15deg=0.26179935
30deg=0.5235987
45deg=0.7853981
60deg=1.0471975
75deg=1.3089969
90deg=1.5707963
105deg=1.8325957
120deg=2.0943951
135deg=2.3561944
150deg=2.6179938
165deg=2.8797932
180deg=3.1415926
195deg=3.4033920
210deg=3.6651914
225deg=3.9269908
240deg=4.1887902
255deg=4.4505895
270deg=4.7123889
285deg=4.9741883
300deg=5.2359877
315deg=5.4977871
330deg=5.7595865
345deg=6.0213859
360deg=6.2831853

; STYLES ------------------------------------------------------------------

Color1=255,255,255,25
;Backgrounds
Color2=255,255,255,50
;Outer Bar
Color3=255,255,255,75
;Bars
Color4=255,255,255,105
;SecondsBar
Color5=255,255,255,140
;MinutesBar, DaysBar
Color6=255,255,255,170
;Hours, MonthsBar
Color7=255,255,255,200
;TickerHands
Color8=75,75,75,200
;DarkUnused
Color9=128,192,255,255
;SecondHand

[StyleFont]
StringAlign=LEFT
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,200
FontFace=Tahoma
FontColor=255,255,255,125
FontSize=7
AntiAlias=1

; BACKGROUND --------------------------------------------------------------

[MeterBG]
Meter=IMAGE
SolidColor=180,180,180,1
X=0
Y=0
W=429
H=429
MouseOverAction=!Execute [!RainmeterShowMeterGroup Text]
MouseLeaveAction=!Execute [!RainmeterHideMeterGroup Text]

; TIMEDATE ----------------------------------------------------------------

[MeasureTime]
Measure=Time

[MeasureTimeAll]
Measure=Time
Format="%X"

[MeasureTimeH]
Measure=Time
Format="%I"

[MeasureTimeM]
Measure=Time
Format="%M"

[MeasureTimeS]
Measure=Time
Format="%S"

[MeasureAMPM]
Measure=Time
Format=%p

[MeasureDate]
Measure=Time
Format="%b %d %Y"

[MeasureAlways1]
Measure=FreeDiskSpace
Drive=C:
Total=1
MaxValue=1
MinValue=0
UpdateDivider=86400

; METERS-----------

[MeterHours]
Meter=ROUNDLINE
MeasureName=MeasureTime
X=0
Y=0
W=429
H=429
LineWidth=#HourWidth#
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=142
LineStart=0
LineColor=#Color7#
Solid=0
AntiAlias=1
ValueReminder=43200

[MeterHoursBarBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=67
LineStart=62
LineColor=#Color1#
AntiAlias=1
Solid=1

[MeterHoursBar]
Meter=ROUNDLINE
MeasureName=MeasureTime
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=67
LineStart=62
LineColor=#Color5#
Solid=1
AntiAlias=1
ValueReminder=43200

[MeterMinutes]
Meter=ROUNDLINE
MeasureName=MeasureTime
X=0
Y=0
W=429
H=429
LineWidth=#MinuteWidth#
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=162
LineStart=0
AntiAlias=1
LineColor=#Color7#
Solid=0
ValueReminder=3600

[MeterMinutesBarBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=61
LineStart=56
AntiAlias=1
LineColor=#Color1#
Solid=1

[MeterMinutesBar]
Meter=ROUNDLINE
MeasureName=MeasureTime
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=61
LineStart=56
AntiAlias=1
LineColor=#Color3#
Solid=1
ValueReminder=3600

[MeterSeconds]
Meter=ROUNDLINE
MeasureName=MeasureTime
X=0
Y=0
W=429
H=429
LineWidth=#SecondWidth#
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=170
LineStart=0
AntiAlias=1
LineColor=#Color9#
Solid=0
ValueReminder=60

[MeterSecondsBarBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=55
LineStart=50
AntiAlias=1
LineColor=#Color1#
Solid=1

[MeterSecondsBar]
Meter=ROUNDLINE
MeasureName=MeasureTime
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=55
LineStart=50
AntiAlias=1
LineColor=#Color1#
Solid=1
ValueReminder=60

[MeterClockCent]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=5
LineStart=0
AntiAlias=1
LineColor=#Color4#
Solid=1

; POWER -------------------------------------------------------------------

[MeasureBattery]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
MaxValue=100

[MeasureLife]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=LIFETIME
Format="%H:%M"
Substitute="Unknown":"ac line in"
UpdateDivider=10

; METERS-----------

[MeterBatteryBarBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#180deg#
LineLength=106
LineStart=94
AntiAlias=1
LineColor=#Color1#
Solid=1

[MeterBatteryBar]
Meter=ROUNDLINE
MeasureName=MeasureBattery
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#180deg#
LineLength=106
LineStart=94
AntiAlias=1
LineColor=#Color4#
Solid=1

; TRAFFIC -----------------------------------------------------------------

[MeasureNetIn]
Measure=NetIn
MaxValue=#MaxNetSpeed#
MinValue=0

[MeasureNetOut]
Measure=NetOut
MaxValue=#MaxNetSpeed#
MinValue=0

; METERS-----------

[MeterNetInBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos01#
RotationAngle=#90deg#
LineLength=79
LineStart=70
AntiAlias=1
LineColor=#Color1#
Solid=1

[MeterNetIn]
Meter=ROUNDLINE
MeasureName=MeasureNetIn
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos01#
RotationAngle=#90deg#
LineLength=79
LineStart=70
AntiAlias=1
LineColor=#Color3#
Solid=1

[MeterNetOutBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos01#
RotationAngle=#90deg#
LineLength=89
LineStart=80
AntiAlias=1
LineColor=#Color1#
Solid=1

[MeterNetOut]
Meter=ROUNDLINE
MeasureName=MeasureNetOut
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos01#
RotationAngle=#90deg#
LineLength=89
LineStart=80
AntiAlias=1
LineColor=#Color3#
Solid=1

; RAM ---------------------------------------------------------------------

[MeasureRAM]
Measure=PhysicalMemory
UpdateDivider=60

[MeasureRAMTotal]
Measure=PhysicalMemory
UpdateDivider=600
Total=1

[MeasureSWAP]
Measure=SWAPMemory
UpdateDivider=20

[MeasureSWAPTotal]
Measure=SWAPMemory
UpdateDivider=60
Total=1

; METERS-----------

[MeterRAMBarBG]
Meter=ROUNDLINE
MeasureName=MeasureRAMTotal
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos105#
RotationAngle=-#150deg#
LineLength=89
LineStart=80
LineColor=#Color1#
AntiAlias=1
Solid=1

[MeterRAMBar]
MeasureName=MeasureRAM
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos105#
RotationAngle=-#150deg#
LineLength=89
LineStart=80
AntiAlias=1
LineColor=#Color3#
Solid=1

[MeterSWAPBarBG]
Meter=ROUNDLINE
MeasureName=MeasureSWAPTotal
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos105#
RotationAngle=-#150deg#
LineLength=79
LineStart=70
LineColor=#Color1#
AntiAlias=1
Solid=1

[MeterSWAPBar]
MeasureName=MeasureSWAP
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos105#
RotationAngle=-#150deg#
LineLength=79
LineStart=70
AntiAlias=1
LineColor=#Color3#
Solid=1

; CPU ---------------------------------------------------------------------

[MeasureCPU]
Measure=CPU
Processor=0
UpdateDivider=1

[MeasureCPU1]
Measure=CPU
Processor=1
UpdateDivider=1

[MeasureCPU2]
Measure=CPU
Processor=2
UpdateDivider=1

[MeasureCPU3]
Measure=CPU
Processor=3
UpdateDivider=1

[MeasureCPU4]
Measure=CPU
Processor=4
UpdateDivider=1

; METERS -----------

[MeterCPUTBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=126
LineStart=123
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterCPUTBar]
MeasureName=MeasureCPU
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=126
LineStart=123
AntiAlias=1
LineColor=#Color3#
Solid=1

[MeterCPU1BG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=121
LineStart=119
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterCPU1Bar]
MeasureName=MeasureCPU1
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=121
LineStart=119
AntiAlias=1
LineColor=#Color3#
Solid=1

[MeterCPU2BG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=118
LineStart=116
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterCPU2Bar]
MeasureName=MeasureCPU2
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=118
LineStart=116
AntiAlias=1
LineColor=#Color3#
Solid=1

[MeterCPU3BG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=115
LineStart=113
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterCPU3Bar]
MeasureName=MeasureCPU3
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=115
LineStart=113
AntiAlias=1
LineColor=#Color3#
Solid=1

[MeterCPU4BG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=112
LineStart=110
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterCPU4Bar]
MeasureName=MeasureCPU4
Meter=ROUNDLINE
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#60deg#
LineLength=112
LineStart=110
AntiAlias=1
LineColor=#Color3#
Solid=1

; HDD ---------------------------------------------------------------------

[MeasureTotalHDD1]
Measure=FreeDiskSpace
Drive=#HDD1#
;Substitute="G":"","M":""
Total=1
UpdateDivider=60

[MeasureFreeHDD1]
Measure=FreeDiskSpace
Drive=#HDD1#
UpdateDivider=60

[MeasureUsedHDD1]
Measure=FreeDiskSpace
Drive=#HDD1#
;Substitute="G":"","M":""
InvertMeasure=1
UpdateDivider=60

; ---------------------------

[MeasureTotalHDD2]
Measure=FreeDiskSpace
Drive=#HDD2#
;Substitute="G":"","M":""
Total=1
UpdateDivider=60

[MeasureFreeHDD2]
Measure=FreeDiskSpace
Drive=#HDD2#
UpdateDivider=60

[MeasureUsedHDD2]
Measure=FreeDiskSpace
Drive=#HDD2#
;Substitute="G":"","M":""
InvertMeasure=1
UpdateDivider=60

; ---------------------------

[MeasureTotalHDD3]
Measure=FreeDiskSpace
Drive=#HDD3#
;Substitute="G":"","M":""
Total=1
UpdateDivider=60

[MeasureFreeHDD3]
Measure=FreeDiskSpace
Drive=#HDD3#
UpdateDivider=60

[MeasureUsedHDD3]
Measure=FreeDiskSpace
Drive=#HDD3#
;Substitute="G":"","M":""
InvertMeasure=1
UpdateDivider=60

; ---------------------------

[MeasureCalcTotal]
Measure=Calc
Formula=MeasureTotalHDD1+MeasureTotalHDD2+MeasureTotalHDD3

[MeasureCalcUsed]
Measure=Calc
Formula=MeasureUsedHDD1+MeasureUsedHDD2+MeasureUsedHDD3

[MeasureTotalHDDS]
Measure=FreeDiskSpace
Deive=0
Total=1
UpdateDivider=60

[MeasureUsedHDDS]
Measure=FreeDiskSpace
Deive=0
InvertMeasure=1
UpdateDivider=60

; METERS -----------

[MeterHDD1BarBG]
Meter=ROUNDLINE
MeasureName=MeasureTotalHDD1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos07#
RotationAngle=#75deg#
LineLength=130
LineStart=120
LineColor=#Color1#
AntiAlias=1
Solid=1

[MeterHDD1Bar1]
Meter=ROUNDLINE
MeasureName=MeasureUsedHDD1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos07#
RotationAngle=#75deg#
LineLength=130
LineStart=120
LineColor=#Color3#
AntiAlias=1
Solid=1

[MeterHDD2BarBG]
Meter=ROUNDLINE
MeasureName=MeasureTotalHDD2
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos07#
RotationAngle=#75deg#
LineLength=118
LineStart=108
LineColor=#Color1#
AntiAlias=1
Solid=1

[MeterHDD2Bar1]
Meter=ROUNDLINE
MeasureName=MeasureUsedHDD2
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos07#
RotationAngle=#75deg#
LineLength=118
LineStart=108
LineColor=#Color3#
AntiAlias=1
Solid=1

[MeterHDDSBarBG]
Meter=ROUNDLINE
MeasureName=MeasureTotalHDDS
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos07#
RotationAngle=#75deg#
LineLength=106
LineStart=96
LineColor=#Color1#
AntiAlias=1
Solid=1

[MeterHDDSBar1]
Meter=ROUNDLINE
MeasureName=MeasureUsedHDDS
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos07#
RotationAngle=#75deg#
LineLength=106
LineStart=96
LineColor=#Color3#
AntiAlias=1
Solid=1

; RING HDD ----------------------------------------------------------------

[MeterTotalHDD1]
Meter=ROUNDLINE
MeasureName=MeasureTotalHDD1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos09#
RotationAngle=#180deg#
LineLength=158
LineStart=156
AntiAlias=1
LineColor=#Color2#
Solid=1

[MeterUsedHDD1]
Meter=ROUNDLINE
MeasureName=MeasureUsedHDD1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos09#
RotationAngle=#180deg#
LineLength=156
LineStart=142
AntiAlias=1
LineColor=#Color2#
Solid=1

[MeterTotalHDD2]
Meter=ROUNDLINE
MeasureName=MeasureTotalHDD2
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos03#
RotationAngle=#180deg#
LineLength=158
LineStart=156
AntiAlias=1
LineColor=#Color2#
Solid=1

[MeterUsedHDD2]
Meter=ROUNDLINE
MeasureName=MeasureUsedHDD2
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos03#
RotationAngle=#180deg#
LineLength=156
LineStart=142
AntiAlias=1
LineColor=#Color2#
Solid=1

[MeterTotalHDDS]
Meter=ROUNDLINE
MeasureName=MeasureTotalHDDS
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=170
LineStart=168
AntiAlias=1
LineColor=#Color2#
Solid=1

[MeterUsedHDDS]
Meter=ROUNDLINE
MeasureName=MeasureUsedHDDS
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=168
LineStart=160
AntiAlias=1
LineColor=#Color2#
Solid=1

; DATE --------------------------------------------------------------------

[MeasureMonth]
Measure=Time
Format= "%m"
MaxValue=12
MinValue=0

[MeasureDay]
Measure=Time
Format= "%d"
MaxValue=31
MinValue=0

; METERS -----------

[MeterMonthLine]
Meter=ROUNDLINE
MeasureName=MeasureMonth
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=180
LineStart=135
LineColor=#Color3#
Solid=0
AntiAlias=1

[MeterMonthBarBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=140
LineStart=135
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterMonth1Bar]
Meter=ROUNDLINE
MeasureName=MeasureMonth
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=#360deg#
LineLength=140
LineStart=135
LineColor=#Color3#
AntiAlias=1
Solid=1

[MeterDayLine]
Meter=ROUNDLINE
MeasureName=MeasureDay
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=3.2463123
LineLength=180
LineStart=129
LineColor=#Color3#
Solid=0
AntiAlias=1

[MeasureDayBarBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=3.2463123
LineLength=134
LineStart=129
LineColor=#Color1#
AntiAlias=8
Solid=1

[MeasureDayBar]
Meter=ROUNDLINE
MeasureName=MeasureDay
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos12#
RotationAngle=3.2463123
LineLength=134
LineStart=129
LineColor=#Color3#
AntiAlias=1
Solid=1

; ITUNES ------------------------------------------------------------------

[MeasureProgress]
Measure=Plugin
Plugin=Plugins\iTunesPlugin.dll
Command=GetPlayerPositionPercent
MaxValue=100

; WINAMP ------------------------------------------------------------------

[MeasureWinampCur]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105
Disabled=0

[MeasureWinampTot]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105
Disabled=0

[MeasureWinampDur]
Measure=Calc
Formula=(MeasureWinampTot<=0)?0:(MeasureWinampCur/(MeasureWinampTot*1000+1))

; METERS -----------

[MeterITunesProgressBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=-#180deg#
LineLength=93
LineStart=90
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterITunesProgressBar]
Meter=ROUNDLINE
MeasureName=MeasureProgress
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=-#180deg#
RotationAngle=1.5358897
LineLength=93
LineStart=90
LineColor=#Color5#
AntiAlias=1
Solid=1

[MeterWAProgressBG]
Meter=ROUNDLINE
MeasureName=MeasureAlways1
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#180deg#
LineLength=93
LineStart=90
LineColor=#Color2#
AntiAlias=1
Solid=1

[MeterWAProgressBar]
Meter=ROUNDLINE
MeasureName=MeasureWinampDur
X=0
Y=0
W=429
H=429
LineWidth=1
StartAngle=#Pos11#
RotationAngle=#180deg#
RotationAngle=1.5358897
LineLength=93
LineStart=90
LineColor=#Color5#
AntiAlias=1
Solid=1

; METERTEXT ---------------------------------------------------------------

[MeterTimeText]
Group=Text
Meter=String
MeasureName=MeasureTimeAll
MeasureName2=MeasureAMPM
MeterStyle=StyleFont
X=380
Y=145
Text="%1 %2"
AntiAlias=1
Hidden=1

[MeterDateText]
Group=Text
Meter=String
MeasureName=MeasureDate
MeterStyle=StyleFont
X=5r
Y=15r
Text="%1"
AntiAlias=1
Hidden=1

[MeterPWRStatusText]
Group=Text
Meter=String
MeasureName=MeasureLife
MeterStyle=StyleFont
X=5r
Y=15r
Text="%1"
AntiAlias=1
Hidden=1

[MeterNetText]
Group=Text
Meter=String
MeterStyle=StyleFont
X=275
Y=250
Angle=#Pos04#
Text="U D"
AntiAlias=1
Hidden=1

[MeterCPUText]
Group=Text
Meter=String
MeasureName=MeasureCPU
MeterStyle=StyleFont
H=60
W=30
X=269
Y=123
Angle=#Pos01#
Text="CPU %1"
AntiAlias=1
ClipString=1
Hidden=1

[MeterBatteryText]
Group=Text
Meter=String
MeasureName=MeasureBattery
MeterStyle=StyleFont
X=260
Y=293
Angle=#Pos05#
Text="%1"
AntiAlias=1
Hidden=1

[MeterRAMSWAPText]
Group=Text
Meter=String
MeasureName=MeasureRAM
MeterStyle=StyleFont
X=161
Y=143
Angle=#Pos045#
Text="R S"
AntiAlias=1
Autoscale=1
Hidden=1

[MeterHDDBarText]
Group=Text
Meter=String
MeterStyle=StyleFont
X=150
Y=330
Angle=#Pos01#
Text="#HDD1# #HDD2# T:"
Autoscale=1
NumOfDecimals="0"
AntiAlias=1
Hidden=1

[MeterHDD1Text]
Group=Text
Meter=String
MeasureName=MeasureUsedHDD1
MeasureName2=MeasureTotalHDD1
MeterStyle=StyleFont
X=390
Y=240
Angle=#Pos03#
Text="#HDD1# %1B/%2B"
Autoscale=1
NumOfDecimals="0"
AntiAlias=1
Hidden=1

[MeterHDD2Text]
Group=Text
Meter=String
MeasureName=MeasureUsedHDD2
MeasureName2=MeasureTotalHDD2
MeterStyle=StyleFont
X=-5r
Y=15r
Angle=#Pos03#
Text="#HDD2# %1B/%2B"
Autoscale=1
NumOfDecimals="0"
AntiAlias=1
Hidden=1

[MeterHDDTotalText]
Group=Text
Meter=String
MeasureName=MeasureCalcUsed
MeasureName2=MeasureCalcTotal
MeterStyle=StyleFont
X=-5r
Y=15r
Angle=#Pos03#
Text="%1B / %2B"
Autoscale=1
NumOfDecimals="0"
AntiAlias=1
Hidden=1

; -----------------------

[MeterNum12]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=196
Y=12
Text="12"
AntiAlias=1
Hidden=1

[MeterNum11]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=100
Y=35
Text="11"
AntiAlias=1
Hidden=1

[MeterNum01]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=300
Y=35
Text="1"
AntiAlias=1
Hidden=1

[MeterNum10]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=30
Y=100
Text="10"
AntiAlias=1
Hidden=1

[MeterNum02]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=370
Y=100
Text="2"
AntiAlias=1
Hidden=1

[MeterNum09]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=15
Y=200
Text="9"
AntiAlias=1
Hidden=1

[MeterNum03]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=395
Y=200
Text="3"
AntiAlias=1
Hidden=1

[MeterNum08]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=35
Y=295
Text="8"
AntiAlias=1
Hidden=1

[MeterNum04]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=370
Y=295
Text="4"
AntiAlias=1
Hidden=1

[MeterNum07]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=110
Y=370
Text="7"
AntiAlias=1
Hidden=1

[MeterNum05]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=300
Y=370
Text="5"
AntiAlias=1
Hidden=1

[MeterNum06]
Group=Text
Meter=String
MeterStyle=StyleFont
FontSize=16
X=205
Y=395
Text="6"
AntiAlias=1
Hidden=1


Cheers all, hope you enjoy!

//JoBu
You do not have the required permissions to view the files attached to this post.