It is currently April 28th, 2024, 9:21 am

Need help with temperature skin (width problem)

Get help with creating, editing & fixing problems with skins
Bermuda
Posts: 5
Joined: December 12th, 2011, 7:23 pm

Need help with temperature skin (width problem)

Post by Bermuda »

Code: Select all

;===========================================
;  Rainmeter configuration file
;===========================================

BackgroundMode=1

Meter=IMAGE
X=0
Y=0
W=245
H=200
ImageName=Background.png
;SolidColor=0,0,0,120

Meter=IMAGE
X=0
Y=0
W=245
H=1
SolidColor=0,0,0,120

[Variables]
FontName=Neuropol
FontColour=255,255,255
FontHeight=9
AntiAlias=1

;===========================================
;  System Temp Display
;===========================================

[MeasureSpeedTemp0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0

[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1

[MeasureSpeedTemp2]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2

[MeasureSpeedTemp3]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=3

[MeasureSpeedTemp4]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=6

[MeasureSpeedTemp5]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7

[MeasureSpeedTemp6]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=8

[MeasureSpeedTemp7]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=9

[MeasureSpeedTemp8]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=10

[TempText0]
Meter=STRING
X=0
Y=4
Text="GPU1:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText1]
Meter=STRING
X=0
Y=44
Text="GPU2:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText2]
Meter=STRING
X=0
Y=84
Text="Sys:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText3]
Meter=STRING
X=0
Y=124
Text="CPU:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText4]
Meter=STRING
X=0
Y=164
Text="HDD:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText5]
Meter=STRING
X=0
Y=204
Text="Core0:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText6]
Meter=STRING
X=0
Y=244
Text="Core1:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText7]
Meter=STRING
X=0
Y=284
Text="Core2:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[TempText8]
Meter=STRING
X=0
Y=324
Text="Core3:"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1

[MeterText0]
Meter=STRING
X=40
Y=4
W=1
H=1
MeasureName=MeasureSpeedTemp0
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText1]
Meter=STRING
X=40
Y=44
W=1
H=1
MeasureName=MeasureSpeedTemp1
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText2]
Meter=STRING
X=40
Y=84
W=40
H=1
MeasureName=MeasureSpeedTemp2
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText3]
Meter=STRING
X=40
Y=124
W=1
H=1
MeasureName=MeasureSpeedTemp3
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText4]
Meter=STRING
X=40
Y=164
W=40
H=1
MeasureName=MeasureSpeedTemp4
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText5]
Meter=STRING
X=40
Y=204
W=40
H=1
MeasureName=MeasureSpeedTemp5
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText6]
Meter=STRING
X=40
Y=244
W=40
H=1
MeasureName=MeasureSpeedTemp6
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText7]
Meter=STRING
X=40
Y=284
W=40
H=1
MeasureName=MeasureSpeedTemp7
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1

[MeterText8]
Meter=STRING
X=40
Y=324
W=40
H=1
MeasureName=MeasureSpeedTemp8
Text="%1 °C"
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
NumofDecimals=1
FontFace=#FontName#
AntiAlias=1
If I want to increase the font-size of this skin (check attachment to see how it looks like now) to lets say 25 instead of 9. If I do so the skin gets "overflowed" with text and it becomes unreadable. The problem is that there isnt enough width for such a big font size.
What do I need to change in order to make more room for it?
You do not have the required permissions to view the files attached to this post.
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Need help with temperature skin (width problem)

Post by smurfier »

Exchange this:

Code: Select all

;===========================================
;  Rainmeter configuration file
;===========================================

BackgroundMode=1
For this:

Code: Select all

[Rainmeter]
DynamicWindowSize=1
BackgroundMode=1
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
Bermuda
Posts: 5
Joined: December 12th, 2011, 7:23 pm

Re: Need help with temperature skin (width problem)

Post by Bermuda »

smurfier wrote:Exchange this:

Code: Select all

;===========================================
;  Rainmeter configuration file
;===========================================

BackgroundMode=1
For this:

Code: Select all

[Rainmeter]
DynamicWindowSize=1
BackgroundMode=1
I still get the same problem
You do not have the required permissions to view the files attached to this post.
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Need help with temperature skin (width problem)

Post by Seahorse »

[TempText0] strings are overlapping [MeterText0] etc.

You can either merge them into single meters:

[TempText1]
Meter=STRING
MeasureName=MeasureSpeedTemp0
X=0
Y=44
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1
Text="GPU2: %1 °C"

or stagger the pairs with a bigger X offset
Last edited by Seahorse on December 12th, 2011, 8:56 pm, edited 1 time in total.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Need help with temperature skin (width problem)

Post by jsmorley »

Seahorse wrote:[TempText0] strings are overlapping [MeterText0] etc.

You can either merge them into single meters:

[TempText1]
Meter=STRING
MeasureName=MeasureSpeedTemp0
X=0
Y=44
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1
Text="GPU2: %1 %1 °C"

or stagger the pairs with a bigger X offset
Huh? I don't get that at all. You only have one MeasureName=, and this doesn't seem to make sense either: Text="GPU2: %1 %1 °C". Why would you want to display "GPU2: 45 45 °C"
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Need help with temperature skin (width problem)

Post by smurfier »

There are some height and width settings that need to be adjusted, so instead I removed them and simplified the overall code. Should work now.

Code: Select all

[Rainmeter]
DynamicWindowSize=1
BackgroundMode=1

[Variables]
FontName=Neuropol
FontColour=255,255,255
FontHeight=9

[Background]
Meter=IMAGE
W=245
H=200
ImageName=Background.png

[Line]
Meter=IMAGE
W=245
H=1
SolidColor=0,0,0,120

;===========================================
;  System Temp Display
;===========================================

[MeasureSpeedTemp0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0

[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1

[MeasureSpeedTemp2]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2

[MeasureSpeedTemp3]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=3

[MeasureSpeedTemp4]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=6

[MeasureSpeedTemp5]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7

[MeasureSpeedTemp6]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=8

[MeasureSpeedTemp7]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=9

[MeasureSpeedTemp8]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=10

[TextStyle]
FontColor=#FontColour#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
NumOfDecimals=1
Y=40r

[TempText0]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp0
Y=4
Text="GPU1:%1 °C"

[TempText1]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp1
Text="GPU2:%1 °C"

[TempText2]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp2
Text="Sys:%1 °C"

[TempText3]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp3
Text="CPU:%1 °C"

[TempText4]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp4
Text="HDD:%1 °C"

[TempText5]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp5
Text="Core0:%1 °C"

[TempText6]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp6
Text="Core1:%1 °C"

[TempText7]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp7
Text="Core2:%1 °C"

[TempText8]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp8
Text="Core3:%1 °C"
A different approach:

Code: Select all

[Rainmeter]
DynamicWindowSize=1
BackgroundMode=1

[Variables]
FontName=Neuropol
FontColour=255,255,255
FontHeight=9

[Background]
Meter=IMAGE
W=245
H=200
ImageName=Background.png

[Line]
Meter=IMAGE
W=245
H=1
SolidColor=0,0,0,120

;===========================================
;  System Temp Display
;===========================================

[MeasureSpeedTemp0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0

[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1

[MeasureSpeedTemp2]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2

[MeasureSpeedTemp3]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=3

[MeasureSpeedTemp4]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=6

[MeasureSpeedTemp5]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7

[MeasureSpeedTemp6]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=8

[MeasureSpeedTemp7]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=9

[MeasureSpeedTemp8]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=10

[TempText0]
Meter=STRING
FontColor=#FontColour#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
NumOfDecimals=1
MeasureName=MeasureSpeedTemp0
MeasureName2=MeasureSpeedTemp1
MeasureName3=MeasureSpeedTemp2
MeasureName4=MeasureSpeedTemp3
MeasureName5=MeasureSpeedTemp4
MeasureName6=MeasureSpeedTemp5
MeasureName7=MeasureSpeedTemp6
MeasureName8=MeasureSpeedTemp7
MeasureName9=MeasureSpeedTemp8
Y=4
Text="GPU1:%1 °C#CRLF#GPU2:%2 °C#CRLF#Sys:%3 °C#CRLF#CPU:%4 °C#CRLF#HDD:%5 °C#CRLF#Core0:%6 °C#CRLF#Core1:%7 °C#CRLF#Core2:%8 °C#CRLF#Core3:%9 °C"
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: Need help with temperature skin (width problem)

Post by Seahorse »

jsmorley wrote: Huh? I don't get that at all. You only have one MeasureName=, and this doesn't seem to make sense either: Text="GPU2: %1 %1 °C". Why would you want to display "GPU2: 45 45 °C"
I'm alt tabbing from World of Tanks, that's death by cut & paste...i.e. only one 1% as you clearly realise.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

Bermuda
Posts: 5
Joined: December 12th, 2011, 7:23 pm

Re: Need help with temperature skin (width problem)

Post by Bermuda »

Seahorse wrote:[TempText0] strings are overlapping [MeterText0] etc.

You can either merge them into single meters:

[TempText1]
Meter=STRING
MeasureName=MeasureSpeedTemp0
X=0
Y=44
FontColor=#FontColour#
FontSize=#FontHeight#
StringAlign=LEFT
FontFace=#FontName#
AntiAlias=1
Text="GPU2: %1 °C"

or stagger the pairs with a bigger X offset
Thanks! Now it looks like this;

Is there any way to pile the temps up in a nice straight line so it doesn't get so messy?
You do not have the required permissions to view the files attached to this post.
Bermuda
Posts: 5
Joined: December 12th, 2011, 7:23 pm

Re: Need help with temperature skin (width problem)

Post by Bermuda »

smurfier wrote:There are some height and width settings that need to be adjusted, so instead I removed them and simplified the overall code. Should work now.

Code: Select all

[Rainmeter]
DynamicWindowSize=1
BackgroundMode=1

[Variables]
FontName=Neuropol
FontColour=255,255,255
FontHeight=9

[Background]
Meter=IMAGE
W=245
H=200
ImageName=Background.png

[Line]
Meter=IMAGE
W=245
H=1
SolidColor=0,0,0,120

;===========================================
;  System Temp Display
;===========================================

[MeasureSpeedTemp0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0

[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1

[MeasureSpeedTemp2]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2

[MeasureSpeedTemp3]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=3

[MeasureSpeedTemp4]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=6

[MeasureSpeedTemp5]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7

[MeasureSpeedTemp6]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=8

[MeasureSpeedTemp7]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=9

[MeasureSpeedTemp8]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=10

[TextStyle]
FontColor=#FontColour#
FontSize=#FontHeight#
FontFace=#FontName#
AntiAlias=1
NumOfDecimals=1
Y=40r

[TempText0]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp0
Y=4
Text="GPU1:%1 °C"

[TempText1]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp1
Text="GPU2:%1 °C"

[TempText2]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp2
Text="Sys:%1 °C"

[TempText3]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp3
Text="CPU:%1 °C"

[TempText4]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp4
Text="HDD:%1 °C"

[TempText5]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp5
Text="Core0:%1 °C"

[TempText6]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp6
Text="Core1:%1 °C"

[TempText7]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp7
Text="Core2:%1 °C"

[TempText8]
Meter=STRING
MeterStyle=TextStyle
MeasureName=MeasureSpeedTemp8
Text="Core3:%1 °C"
Sorry Didnt see your post! Thanks alot! Gonna use that one instead.. Is there any way to align the temps to the right somehow? (so they get lined up with eachother)
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Need help with temperature skin (width problem)

Post by smurfier »

Try this. You may need to tweak the X value in the [PostFix] section.

Code: Select all

[Rainmeter]
DynamicWindowSize=1
BackgroundMode=1

;Adust Font syle here.
[TextStyle]
FontColor=255,255,255
FontSize=9
FontFace=Neuropol
AntiAlias=1
Y=40r

[Background]
Meter=IMAGE
W=245
H=200
ImageName=Background.png

[Line]
Meter=IMAGE
W=245
H=1
SolidColor=0,0,0,120

;===========================================
;  System Temp Display
;===========================================

[MeasureSpeedTemp0]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0

[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1

[MeasureSpeedTemp2]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2

[MeasureSpeedTemp3]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=3

[MeasureSpeedTemp4]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=6

[MeasureSpeedTemp5]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7

[MeasureSpeedTemp6]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=8

[MeasureSpeedTemp7]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=9

[MeasureSpeedTemp8]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=10

[TempText0]
Meter=STRING
MeterStyle=TextStyle
Y=4
Text="GPU1:"

[TempText1]
Meter=STRING
MeterStyle=TextStyle
Text="GPU2:"

[TempText2]
Meter=STRING
MeterStyle=TextStyle
Text="Sys:"

[TempText3]
Meter=STRING
MeterStyle=TextStyle
Y=124
Text="CPU:"

[TempText4]
Meter=STRING
MeterStyle=TextStyle
Text="HDD:"

[TempText5]
Meter=STRING
MeterStyle=TextStyle
Text="Core0:"

[TempText6]
Meter=STRING
MeterStyle=TextStyle
Text="Core1:"

[TempText7]
Meter=STRING
MeterStyle=TextStyle
Text="Core2:"

[TempText8]
Meter=STRING
MeterStyle=TextStyle
Text="Core3:"

[PostFix]
NumofDecimals=1
PostFix=" °C"
X=40

[MeterText0]
Meter=STRING
MeterStyle=TextStyle|PostFix
Y=4
MeasureName=MeasureSpeedTemp0

[MeterText1]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp1

[MeterText2]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp2

[MeterText3]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp3

[MeterText4]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp4

[MeterText5]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp5

[MeterText6]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp6

[MeterText7]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp7

[MeterText8]
Meter=STRING
MeterStyle=TextStyle|PostFix
MeasureName=MeasureSpeedTemp8
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .