Here's a skin that's an expansion on the bars I included in [link] and ~fwjs28's suggestion to make an arc based temperature gauge.
Each of the bars is included in both horizontal and vertical format and auto-update every second. The drive letters can be changed in the relevent config files to show your own hard disks.
The temperature gauges are set to assume that 100 Celsius is the max temp, this can be changed in the formula at the top of that config if necessary (since potentially the temperature could go up to anything (unlike the limits imposed on battery/RAM/CPU) I had to include a limit of my own)). You'll need to download and have SpeedFan running in order for the temperature gauges to work properly. I included some notes on changing the temperature config for customising it your own setup.
Let me know if there are any problems or suggestions to improve this skin and I'll look into 'em.
EDIT 26/07/09: Swap line added to config as a separate config, this was TheAslan's work based on the skins included in this set. Thanks TheAslan!
I really lowed your work in /lines/temp/ directory but it had bug in compability within mine x64 amd phenom 2 x6 1090T processor so i took littlebit of time to investigate how to get it work.. Here is mine solution which works to me (: CODE:
P.s Thanks for avesome work! Here is link to picture [link] P.S.s I've deleted gpu meter but i'll try to get it work.. as soon as i manage somehow to do it i'll send updated code for it.
CODE:
[Rainmeter]
Author=Sylvane (Rasylver)
AppVersion=1.0
Update=1000
[Variables]
FontName=Trebuchet MS
FontHeight=5
BackColor=255,255,255,50
LineColor=255, 255, 255
; ===================================
[MeasureCore0]
Measure=CPU
Processor=0
SpeedFanNumber=0
[MeasureCore1]
Measure=CPU
Processor=1
SpeedFanNumber=1
[MeasureCore2]
Measure=CPU
Processor=2
SpeedFanNumber=2
[MeasureCore3]
Measure=CPU
Processor=3
SpeedFanNumber=3
[MeasureCore4]
Measure=CPU
Processor=4
SpeedFanNumber=4
[MeasureCore5]
Measure=CPU
Processor=5
SpeedFanNumber=5
[MeasureCore6]
Measure=CPU
Processor=6
SpeedFanNumber=6
; ----------------------------------
[TempCPU]
Measure=Calc
Formula=MeasureCore0/100
[TempCore1]
Measure=Calc
Formula=MeasureCore1/100
[TempCore2]
Measure=Calc
Formula=MeasureCore2/100
[TempCore3]
Measure=Calc
Formula=MeasureCore3/100
[TempCore4]
Measure=Calc
Formula=MeasureCore4/100
[TempCore5]
Measure=Calc
Formula=MeasureCore5/100
[TempCore6]
Measure=Calc
Formula=MeasureCore6/100
; -----------------------------------
[CPU]
MeasureName=TempCPU
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=34
LineStart=29
LineColor=#LineColor#
Solid=1
AntiAlias=10
[Core1]
MeasureName=TempCore1
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=41
LineStart=36
LineColor=#LineColor#
Solid=1
AntiAlias=10
[Core2]
MeasureName=TempCore2
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=48
LineStart=43
LineColor=#LineColor#
Solid=1
AntiAlias=10
[Core3]
MeasureName=TempCore3
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=55
LineStart=50
LineColor=#LineColor#
Solid=1
AntiAlias=10
[Core4]
MeasureName=TempCore4
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=62
LineStart=57
LineColor=#LineColor#
Solid=1
AntiAlias=10
[Core5]
MeasureName=TempCore5
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=69
LineStart=64
LineColor=#LineColor#
Solid=1
AntiAlias=10
[Core6]
MeasureName=TempCore6
Meter=ROUNDLINE
X=5
Y=43
W=155
H=80
LineWidth=5
StartAngle=4.7
RotationAngle=6.2831853
LineLength=76
LineStart=71
LineColor=#LineColor#
Solid=1
AntiAlias=10
; ----------------------------
[MeterCore2Label]
Meter=STRING
Text=" "
X=180
Y=150
StringAlign=RIGHT
FontColor=#LineColor#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
/:CODE
P.s Thanks for avesome work! Here is link to picture [link]
P.S.s I've deleted gpu meter but i'll try to get it work.. as soon as i manage somehow to do it i'll send updated code for it.
-J-