Code:
[MeasureDate]
Measure=Time
Format=%#I:%M %p | %A | %#d | %B
Substitute="January":"JANUARY","February":"FEBRUARY","March":"MARCH","April":"APRIL","May":"MAY","June":"JUNE","July":"JULY","August":"AUGUST","September":"SEPTEMBER","October":"OCTOBER","November":"NOVEMBER","December":"DECEMBER","Monday":"MONDAY","Tuesday":"TUESDAY","Wednesday":"WEDNESDAY","Thursday":"THURSDAY","Friday":"FRIDAY","Saturday":"SATURDAY","Sunday":"SUNDAY"
[MeterDate]
MeasureName=MeasureDate
Meter=STRING
X=0
Y=0
FontColor=255, 255, 255, 160
FontSize=20
FontFace=Rockwell
StringAlign=LEFT
StringStyle=Bold
AntiAlias=1
---------------------------------------------
CPU CORE 1 & 2
---------------------------------------------
[MeasureCPU0]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1
[MeterCPU0]
Meter=STRING
MeasureName=MeasureCPU0
X=75
Y=30
FontColor=255, 255, 255, 160
StringStyle=Bold
FontSize=10
StringAlign=CENTER
FontFace=Rockwell
AntiAlias=1
Scale="1.00"
Percentual=1
[MeterCPU0.txt]
Meter=STRING
X=r
Y=45
FontColor=255, 255, 255, 160
StringStyle=Bold
FontSize=7
StringAlign=CENTER
FontFace=Rockwell
AntiAlias=1
Prefix="CORE 1"
[MeasureCPU1]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1
[MeterCPU1]
Meter=STRING
MeasureName=MeasureCPU1
X=125
Y=30
FontColor=255, 255, 255, 160
StringStyle=Bold
FontSize=10
StringAlign=CENTER
FontFace=Rockwell
AntiAlias=1
Scale="1.00"
Percentual=1
[MeterCPU1.txt]
Meter=STRING
X=r
Y=45
FontColor=255, 255, 255, 160
StringStyle=Bold
FontSize=7
StringAlign=CENTER
FontFace=Rockwell
AntiAlias=1
Prefix="CORE 2"
---------------------------------------------
RAM
---------------------------------------------
[MeasureRAM]
Measure=PhysicalMemory
[RAM]
Meter=STRING
MeasureName=MeasureRAM
X=175
Y=30
FontColor=255,255,255, 160
FontFace=Rockwell
FontSize=10
StringAlign=CENTER
StringStyle=Bold
AntiAlias=1
Text="%1"
Percentual=1
AutoScale=1
[Label RAM]
Meter=STRING
X=r
Y=45
FontColor=255,255,255, 160
FontFace=Rockwell
FontSize=7
StringAlign=CENTER
StringStyle=Bold
Text="RAM"
AntiAlias=1
---------------------------------------------
HDD
---------------------------------------------
[MeasureHD]
Measure=FreeDiskSpace
Drive=C:
[HDD]
Meter=STRING
MeasureName=MeasureHD
X=225
Y=30
FontColor=255, 255, 255, 160
FontFace=Rockwell
FontSize=10
StringAlign=CENTER
StringStyle=Bold
AntiAlias=1
Text="%1"
AntiAlias=1
AutoScale=1
NumOfDecimals=1
[Label HDD]
Meter=STRING
X=r
Y=45
FontColor=255, 255, 255, 160
FontFace=Rockwell
FontSize=7
StringAlign=CENTER
StringStyle=Bold
Text="HDD"
AntiAlias=1
---------------------------------------------
POWER
---------------------------------------------
[MeasurePower]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
[PWR]
Meter=STRING
MeasureName=MeasurePower
X=275
Y=30
FontColor=255, 255, 255, 160
FontFace=Rockwell
FontSize=10
StringAlign=CENTER
StringStyle=Bold
AntiAlias=1
Text="%1"
[Label PWR]
Meter=STRING
X=r
Y=45
FontColor=255, 255, 255, 160
FontFace=Rockwell
FontSize=7
StringAlign=CENTER
StringStyle=Bold
Text="PWR"
AntiAlias=1
---------------------------------------------
UPTIME
---------------------------------------------
[MeasureUptime]
Measure=Uptime
;Format="%Hh %Mmn (%dd)"
Substitute="d":""
UpdateDivider=1
[Uptime]
Meter=STRING
MeasureName=MeasureUptime
X=325
Y=30
FontColor=255, 255, 255, 160
FontFace=Rockwell
FontSize=10
StringAlign=CENTER
StringStyle=Bold
AntiAlias=1
Text="%1"
[Label Uptime]
Meter=STRING
X=r
Y=45
FontColor=255, 255, 255, 160
FontFace=Rockwell
FontSize=7
StringAlign=CENTER
StringStyle=Bold
Text="UPT"
AntiAlias=1
---------------------------------------------
GMAIL
---------------------------------------------
[Variables]
update.Spd=30
FontColor=255, 255, 255, 160
FontColor2=255, 255, 255, 160
FontName=Rockwell
FontHeight1=10
FontHeight2=7
AntiAlias=1
---------------------------------------------
User=
Password=
---------------------------------------------
[MeasureGmail]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=https://#User#:#Password#@gmail.google.com/gmail/feed/atom
RegExp="(?siU)<fullcount>(.*)</fullcount>"
Codepage=0
Download=1
UpdateRate=120
StringIndex=4
[MeasureNumber]
Measure=Plugin
Plugin=Plugins\WebParser.dll
Url=[MeasureGmail]
StringIndex=1
UpdateRate=140
[Number]
Meter=STRING
MeasureName=MeasureNumber
X=375
Y=30
FontColor=#FontColor#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=CENTER
StringStyle=Bold
AntiAlias=1
Text="%1"
AntiAlias=1
AutoScale=1
NumOfDecimals=0
[NumberLabel]
Meter=STRING
X=r
Y=45
FontColor=#FontColor2#
FontFace=#FontName#
FontSize=#FontHeight2#
StringAlign=CENTER
StringStyle=Bold
Text="MAIL"
AntiAlias=1
I'm currently editing this code created by SimonC to remove a couple of the meters (pwr and uptime) replace those with extra HDD info and also adding in the temps to each core along with a couple of other temps. Now I've got so far as combining Simon's code with a system temp monitor but the problem I have is that when i write in the temperatures to sit below the core usage readings the temp settings are either half visible or outwith the HUD area but i cant see where i can increase the background space so the writing is fully visible. can anyone help in this matter ?
