[TUT] How to create an EXTREME Desktop

[Rainmeter]
Author=MBGD
AppVersion=14000

;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D

[Metadata]
Name=
Config=
Description=Meter for measuring CPU Temp.
Instructions=
Version=1.0
Tags=
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Variant=
Preview=

;End of added Metadata

[Variables]
fontColor=215, 52, 52, 255
graphline1=35, 167, 174, 255
graphline2=35, 167, 174, 255
FontName=Prototype
FontHeight=8
AntiAlias=1

;===========================================
; CPU Temp Plugin for Speedfan
; Change SpeedFanNumber number to change the
; which temp meter Speedfan records your particular
; CPU temp at...
;===========================================
[MeasureSpeedTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=6

;===========================================
; CPU Temp Label
;===========================================
[CPUTL]
Meter=STRING
X=10
Y=10
FontColor=#fontcolor#
FontFace=#FontName#
FontSize=15
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
Text="GPU Temperatur"
AntiAlias=1

;===========================================
; CPU Temp Degree Temp Display
;===========================================
[CPUTDTD]
Meter=STRING
FontColor=#fontcolor#
FontFace=#FontName#
AntiAlias=1
FontSize=18
StringAlign=CENTER
StringEffect=SHADOW
X=145
Y=51
MeasureName=MeasureSpeedTemp
Text="%1°C"

;===========================================
; CPU Temp Graph 1=Line 2=Transparent Shading
;===========================================
[CPUTEMPl1]
Meter=Line
MeasureName=MeasureSpeedTemp
X=7
Y=35
H=44
W=102
LineCount=1
LineColor=#graphline1#
AntiAlias=1
UpdateDivider=5

[CPUTEMPl2]
Meter=HISTOGRAM
MeasureName=MeasureSpeedTemp
X=7
Y=35
H=44
W=102
PrimaryColor=#graphline2#
AntiAlias=1
UpdateDivider=5

So das ist meine GPU Temperatur Anzeige nur weis ich einfach nicht wie ich die schrift endere hir genau was ich mein

;===========================================
; CPU Temp Label
;===========================================
[CPUTL]
Meter=STRING
X=10
Y=10
FontColor=#fontcolor#
FontFace=#FontName#
FontSize=15
StringAlign=LEFT
StringStyle=NORMAL
StringEffect=SHADOW
Text="GPU Temperatur"
AntiAlias=1

MFG Delusa
 
Hier steht die Schriftart:

[Variables]
fontColor=215, 52, 52, 255
graphline1=35, 167, 174, 255
graphline2=35, 167, 174, 255
FontName=Prototype
FontHeight=8
AntiAlias=1

Du kannst sie gegen jedes beliebige installierte Ttf tauschen.
Schau in der Systemsteuerung nach welche dir passt und trage den Namen ein.
Wenn es nicht funktioniert, dann versuch es mit dem Dateinamen...

Klappt also nicht immer. Versuch einfach ein paar...
 
Aber wahrscheinlich nicht ohne Zusatztool wie z.B. Afterburner welches dann im Hintergrund laufen muss...

Guckst du:*** deviantART[/url]
 
Hallo leute weis wer ob es eine möglichkeit gipt das wenn z.b. die CPU 20°C hat das in blau da steht und wenn sie heiser wirt 50°C so das das dann in rot da steht ?
 
ja, dafür gibt es viele beispiele im netz bzw. sogar hier im unterforum. die anzeige ist meist abhängig vom verwendeten plugin bzw. addon wie z.b. speedfan.

HIER ist sogar ein beispiel aus unserem forum :)
 
Zuletzt bearbeitet:
du musst dir auch vorher den angegebenen skin herunterladen und installieren. KLICK
und diesen dann, wie im forum beschrieben, abändern. natürlich basiert dieser skin auch auf speedfan, was du bestimmt schon installiert und gestartet hast.

hier ein beispiel, wie der codeabschnitt für die cpu tempanzeige geändert werden muss (im beispiel über 30°c rot, darunter weiß):
[MeasureSpeedTemp1]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2
IfAboveValue=25
IfAboveAction=!SetVariable FontTempColor "255, 0, 0, 255"
IfBelowValue=30
IfBelowAction=!SetVariable FontTempColor "255, 255, 255, 255"

[TempText1]
Meter=STRING
X=40
Y=50
Text="CPU Temp:"
StringStyle=NORMAL
FontColor=#FontTempColor#
FontSize=8
StringAlign=LEFT
FontFace=Tahoma
AntiAlias=1


[MeterText1]
Meter=STRING
X=190
Y=50
W=1
H=1
MeasureName=MeasureSpeedTemp1
Text="%1 °C"
StringStyle=BOLD
FontColor=#FontTempColor#
FontSize=8
StringAlign=RIGHT
NumofDecimals=1
FontFace=Tahoma
AntiAlias=1
DynamicVariables=1
 
Zuletzt bearbeitet:
ich habe ein Skinn. ich brauch nur ´das mein C anzeige die farbe zur temperatur endert

[Metadata]
Name=
Config=
Description=Meter for measuring CPU usage.
Instructions=
Version=1.0
Tags=
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Variant=
Preview=

;End of added Metadata

[Variables]
graphline1=238, 59, 59, 255
graphline2=28, 134, 238, 100
StringStyle=BOLD
FontName=Comic Sans MS
FontHeight=8
AntiAlias=1
White=255,255,255,255
Orange=255,165,0,255
Red=255,0,0,255
MyColor=#White#

;===========================================
; Set CPU to Measure
;===========================================
[MeasureCPU]
Measure=CPU

[MeasureMaxTemperature]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll
CoreTempType=MaxTemperature

[MeasureCPUMHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ

[m.TopProcess]
Measure=Plugin
Plugin=Plugins\AdvancedCPU.dll
TopProcess=2
CPUExclude=Idle

[m.TopProcess2]
Measure=Plugin
Plugin=Plugins\AdvancedCPU.dll
TopProcess=1
CPUExclude=Idle

[mUptime]
Measure=Uptime
Format="%4!02i!:%3!02i!:%2!02i!:%1!02i!"
UpdateDivider=1

;===========================================
; Top 100% Red Line and Red Shading
;===========================================
[MeterCPUTopLineoben]
Meter=IMAGE
X=27
Y=19
W=348
H=1
SolidColor=238,44,44, 100

==================
; CPU Graph 1=Line 2=Transparent Shading
;===========================================

[RAMl1]
Meter=Line
MeasureName=MeasureCPU
X=27
Y=20
H=32
W=348
LineCount=1
LineColor=#graphline1#
AntiAlias=1


[RAMl2]
Meter=HISTOGRAM
MeasureName=MeasureCPU
X=0r
Y=0r
H=31
W=348
PrimaryColor=#graphline2#
AntiAlias=1
PostFix="%"

;===========================================
; CPU Graph Label
;===========================================
[LabelCPU]
Meter=STRING
X=0
Y=0
FontColor=120, 120, 120, 255
FontFace=#FontName#
FontSize=10
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
Text="INTEL i5 3570K"
AntiAlias=1

;===========================================
; CPU Graph % Used
;===========================================
[CPUUsage%]
Meter=STRING
MeasureName=MeasureCPU
X=378
Y=0
FontColor=120, 120, 120, 255
FontFace=#FontName#
FontSize=10
StringAlign=RIGHT
StringStyle=BOLD
StringEffect=SHADOW
AntiAlias=1
Text="%1%"

;===========================================
; CPU Graph 0% & 100% Labels
;===========================================
[Label100]
Meter=STRING
X=1
Y=18
FontColor=120, 120, 120, 255
FontFace=#FontName#
FontSize=6
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
Text="100%"
AntiAlias=1

[Label0]
Meter=STRING
X=8
Y=39
FontColor=120, 120, 120, 255
FontFace=#FontName#
FontSize=6
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
Text="0%"
AntiAlias=1

;===========================================
; CPU Temp Display
;===========================================
[GPUTDTD]
Meter=STRING
FontFace=#FontName#
FontColor=120, 120, 120, 255
AntiAlias=1
FontSize=10
StringEffect=SHADOW
StringStyle=BOLD
StringAlign=RIGHT
X=378
Y=50
MeasureName=MeasureMaxTemperature
Text="%1°C"

[l.MHz]
Meter=STRING
MeasureName=MeasureCPUMHz
X=378
Y=63
FontColor=120, 120, 120, 255
FontSize=10
FontFace=#FontName#
StringEffect=SHADOW
StringStyle=BOLD
StringAlign=RIGHT
PostFix=" MHz"
AntiAlias=1

[l.CPUTopProcess]
MeasureName=m.TopProcess
MeasureName2=m.TopProcess2
Meter=STRING
X=378
Y=75
FontColor=120, 120, 120, 255
FontSize=10
FontFace=#FontName#
StringEffect=SHADOW
StringAlign=RIGHT
StringStyle=BOLD
AntiAlias=1
NumOfDecimals=1
Scale=100000
Text= %1 %2%

[l.Betriebszeit]
Meter=STRING
MeasureName=mUptime
X=378
Y=87
FontColor=120, 120, 120, 255
FontSize=10
FontFace=#FontName#
StringStyle=BOLD
StringEffect=SHADOW
StringAlign=RIGHT
AntiAlias=1

[cpu1]
Meter=STRING
X=0
Y=75
FontColor=120, 120, 120, 255
FontSize=10
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
FontFace=#FontName#
Prefix="Top Processe"
AntiAlias=1

[cpu2]
Meter=STRING
X=0
Y=63
FontColor=120, 120, 120, 255
FontSize=10
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
FontFace=#FontName#
Prefix="CPU Speed"
AntiAlias=1


[cpu3]
Meter=STRING
X=0
Y=50
FontColor=120, 120, 120, 255
FontSize=10
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
FontFace=#FontName#
Prefix="CPU Temperatur"
AntiAlias=1

[cpu4]
Meter=STRING
X=0
Y=87
FontColor=120, 120, 120, 255
FontSize=10
StringAlign=LEFT
StringStyle=BOLD
StringEffect=SHADOW
FontFace=#FontName#
Prefix="Betriebszeit"
AntiAlias=1

[MeterCPUTopLineU]
Meter=IMAGE
X=0
Y=105
W=378
H=1
SolidColor=120, 120, 120, 255

[MeterCPUTopLine]
Meter=IMAGE
X=0
Y=0
W=378
H=1
SolidColor=120, 120, 120, 255
 
hir mein destop alles leuft ich möchte das nur dazu mit einfügen
 

Anhänge

  • Unbenannt.jpg
    Unbenannt.jpg
    560,4 KB · Aufrufe: 154
@delusa: das einfügen von farben habe ich geschafft, aber die temperaturanzeige hat noch einen kleinen fehler.

Code:
[Metadata]
 Name=
 Config=
 Description=Meter for measuring CPU usage. 
 Instructions=
 Version=1.0
 Tags=
 License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
 Variant=
 Preview=

 ;End of added Metadata

 [Variables]
 graphline1=238, 59, 59, 255
 graphline2=28, 134, 238, 100
 StringStyle=BOLD
 FontName=Comic Sans MS
 FontHeight=8
 AntiAlias=1
 White=255,255,255,255
 Orange=255,165,0,255
 Red=255,0,0,255
 MyColor=#White#

 ;===========================================
 ; Set CPU to Measure
 ;===========================================
 [MeasureCPU]
 Measure=CPU

 [MeasureMaxTemperature]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2
IfAboveValue=20
IfAboveAction=!SetVariable FontTempColor "255, 0, 0, 255"
IfBelowValue=50
IfBelowAction=!SetVariable FontTempColor "255, 255, 255, 255"

 [MeasureCPUMHz]
 Measure=Plugin
 Plugin=Plugins\PowerPlugin.dll
 PowerState=MHZ

 [m.TopProcess]
 Measure=Plugin
 Plugin=Plugins\AdvancedCPU.dll
 TopProcess=2
 CPUExclude=Idle

 [m.TopProcess2]
 Measure=Plugin
 Plugin=Plugins\AdvancedCPU.dll
 TopProcess=1
 CPUExclude=Idle

 [mUptime]
 Measure=Uptime
 Format="%4!02i!:%3!02i!:%2!02i!:%1!02i!"
 UpdateDivider=1

 ;===========================================
 ; Top 100% Red Line and Red Shading
 ;===========================================
 [MeterCPUTopLineoben]
 Meter=IMAGE
 X=27
 Y=19
 W=348
 H=1
 SolidColor=238,44,44, 100

 ==================
 ; CPU Graph 1=Line 2=Transparent Shading
 ;===========================================

 [RAMl1]
 Meter=Line
 MeasureName=MeasureCPU
 X=27
 Y=20
 H=32
 W=348
 LineCount=1
 LineColor=#graphline1#
 AntiAlias=1


 [RAMl2]
 Meter=HISTOGRAM
 MeasureName=MeasureCPU
 X=0r
 Y=0r
 H=31
 W=348
 PrimaryColor=#graphline2#
 AntiAlias=1
 PostFix="%"

 ;===========================================
 ; CPU Graph Label
 ;===========================================
 [LabelCPU]
 Meter=STRING
 X=0
 Y=0
 FontColor=120, 120, 120, 255
 FontFace=#FontName#
 FontSize=10
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 Text="INTEL i5 3570K"
 AntiAlias=1

 ;===========================================
 ; CPU Graph % Used
 ;===========================================
 [CPUUsage%]
 Meter=STRING
 MeasureName=MeasureCPU
 X=378
 Y=0
 FontColor=120, 120, 120, 255
 FontFace=#FontName#
 FontSize=10
 StringAlign=RIGHT
 StringStyle=BOLD
 StringEffect=SHADOW
 AntiAlias=1
 Text="%1%"

 ;===========================================
 ; CPU Graph 0% & 100% Labels
 ;===========================================
 [Label100]
 Meter=STRING
 X=1
 Y=18
 FontColor=120, 120, 120, 255
 FontFace=#FontName#
 FontSize=6
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 Text="100%"
 AntiAlias=1

 [Label0]
 Meter=STRING
 X=8
 Y=39
 FontColor=120, 120, 120, 255
 FontFace=#FontName#
 FontSize=6
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 Text="0%"
 AntiAlias=1

 ;===========================================
 ; CPU Temp Display
 ;===========================================
 [GPUTDTD]
 Meter=STRING 
 FontFace=#FontName#
 FontColor=#FontTempColor#
 AntiAlias=1
 FontSize=10
 StringEffect=SHADOW
 StringStyle=BOLD
 StringAlign=RIGHT
 X=378
 Y=50
 MeasureName=MeasureMaxTemperature
 Text="%1°C"
DynamicVariables=1

 [l.MHz]
 Meter=STRING
 MeasureName=MeasureCPUMHz
 X=378
 Y=63
 FontColor=120, 120, 120, 255
 FontSize=10
 FontFace=#FontName#
 StringEffect=SHADOW
 StringStyle=BOLD
 StringAlign=RIGHT
 PostFix=" MHz"
 AntiAlias=1

 [l.CPUTopProcess]
 MeasureName=m.TopProcess
 MeasureName2=m.TopProcess2
 Meter=STRING
 X=378
 Y=75
 FontColor=120, 120, 120, 255
 FontSize=10
 FontFace=#FontName#
 StringEffect=SHADOW
 StringAlign=RIGHT
 StringStyle=BOLD
 AntiAlias=1
 NumOfDecimals=1
 Scale=100000
 Text= %1 %2%

 [l.Betriebszeit]
 Meter=STRING
 MeasureName=mUptime
 X=378
 Y=87
 FontColor=120, 120, 120, 255
 FontSize=10
 FontFace=#FontName#
 StringStyle=BOLD
 StringEffect=SHADOW
 StringAlign=RIGHT
 AntiAlias=1

 [cpu1]
 Meter=STRING
 X=0
 Y=75
 FontColor=120, 120, 120, 255
 FontSize=10
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 FontFace=#FontName#
 Prefix="Top Processe"
 AntiAlias=1

 [cpu2]
 Meter=STRING
 X=0
 Y=63
 FontColor=120, 120, 120, 255
 FontSize=10
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 FontFace=#FontName#
 Prefix="CPU Speed"
 AntiAlias=1


 [cpu3]
 Meter=STRING
 X=0
 Y=50
 FontColor=120, 120, 120, 255
 FontSize=10
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 FontFace=#FontName#
 Prefix="CPU Temperatur"
 AntiAlias=1

 [cpu4]
 Meter=STRING
 X=0
 Y=87
 FontColor=120, 120, 120, 255
 FontSize=10
 StringAlign=LEFT
 StringStyle=BOLD
 StringEffect=SHADOW
 FontFace=#FontName#
 Prefix="Betriebszeit"
 AntiAlias=1

 [MeterCPUTopLineU]
 Meter=IMAGE
 X=0
 Y=105
 W=378
 H=1
 SolidColor=120, 120, 120, 255

 [MeterCPUTopLine]
 Meter=IMAGE
 X=0
 Y=0
 W=378
 H=1
 SolidColor=120, 120, 120, 255
 
Habs hin bekoom

[MeasureCPU]
Measure=CPU
[MeasureMaxTemperature]
Measure=Plugin
Plugin=Plugins\CoreTemp.dll

[MeasureColorGPU]
Measure=Calc
DynamicVariables=1
Formula=[MeasureMaxTemperature]<=35?-1:([MeasureMaxTemperature]<=40?-2:-3)
Substitute="-1":"34,139,34,255","-2":"255,165,0,255","-3":"178,34,34,255"
;*********************************************

[MeterTempWhite]
Meter=String
MeasureName=MeasureMaxTemperature
DynamicVariables=1
StringStyle=BOLD
StringEffect=SHADOW
FontName=Comic Sans MS
Text="%1°"
X=165
Y=40
MeterStyle=Style
FontColor=[MeasureColorGPU]

das ist jetzt erst mal rohh wenn ich komplet fertig bin zeig ichs nochmal komplet
 
Zuletzt bearbeitet:
Zurück