- UID
- 450872
- 主题
- 注册时间
- 2016-4-12
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 8 天 [LV.3]偶尔看看II
|
发表于 2016-5-10 16:11:05
|
显示全部楼层
[Rainmeter]
BackgroundMode=0
AppVersion=14000
[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=
[Variables]
FontName=MicrogrammaDBolExt
FontName2=黑体
FontHeight=8
;==========[字体颜色修改]==================
FontColour=255,255,255,255
;设备名称颜色
FontColour2=200,200,200,200
;设备信息颜色
FontColour3=200,200,200,120
;波浪图颜色
;==========[字体颜色修改]==================
Image=Button.png
;[CPU 频率]================================
[Image]
Meter=Image
X=0
Y=15
ImageName=#Image#
;[CPU NAME]=======================================
[MeasureCPU]
Measure=CPU
UpdateDivider=2
[MeasureCPUName]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=30
[MeterCPUName]
Meter=STRING
MeasureName=MeasureCPUName
X=10
Y=5
StringAlign=LEFT
FontColor=255,255,255,255
FontSize=8
FontFace=#FontName2#
AntiAlias=1
Text=""
;[GATHER CPU UTILIZATION]=========================
[MeasureCPU0]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1
[MeasureCPU1]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1
;[CPU0 UTILIZATION]===============================
[MeasureCPU0%]
MeasureName=MeasureCPU0
Meter=STRING
Percentual=1
X=80
Y=63
FontColor=#FontColour2#
StringStyle=NORMAL
FontSize=8
StringAlign=LEFT
FontFace=#FontName2#
NumOfDecimals=1
Text="CPU1使用率: %1%"
AntiAlias=1
[MeterCPUGraph0]
Meter=HISTOGRAM
MeasureName=MeasureCPU0
Percentual=1
X=180
Y=63
H=12
W=90
PrimaryColor=#FontColour#
AutoScale=1
;[CPU1 UTILIZATION]===============================
[MeasureCPU1%]
MeasureName=MeasureCPU1
Meter=STRING
Percentual=1
X=80
Y=83
FontColor=#FontColour2#
StringStyle=NORMAL
FontSize=8
StringAlign=LEFT
FontFace=#FontName2#
NumOfDecimals=1
Text="CPU2使用率: %1%"
AntiAlias=1
[MeterCPUGraph1]
Meter=HISTOGRAM
MeasureName=MeasureCPU1
Percentual=1
X=180
Y=83
H=12
W=90
PrimaryColor=#FontColour#
AutoScale=1
[RAMLabel]
Meter=STRING
X=70
Y=45
FontColor=255,255,255,255
FontSize=20
StringAlign=Right
StringStyle=Normal
FontFace=Microsoft Yi Baiti
AntiAlias=1
Text="CPU"
Hidden=0
;[CPU 频率]================================
[Image]
Meter=Image
X=5
Y=10r
ImageName=#Image1#
[MeasureCPUMHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ
UpdateDivider=30
[MeterMHz1.TXT]
Meter=STRING
X=80
Y=23
StringAlign=LEFT
FontColor=#FontColour2#
FontSize=8
FontFace=#FontName2#
StringStyle=bold
AntiAlias=1
Text="当前频率:"
[MeterMHz1]
Meter=STRING
MeasureName=MeasureCPUMHz
X=275
Y=1r
StringAlign=RIGHT
FontColor=#FontColour2#
StringStyle=bold
FontSize=8
FontFace=黑体
AntiAlias=1
Text=" %1 MHz"
;[CPU总使用]
[CPU.txt]
Meter=STRING
X=80
Y=43
StringAlign=LEFT
FontColor=#FontColour2#
FontSize=8
FontFace=#FontName2#
StringStyle=bold
AntiAlias=1
Text="使用率:"
[CPU|%]
MeasureName=MeasureCPU
Meter=STRING
X=275
Y=2r
FontColor=#FontColour2#
StringStyle=bold
Fontsize=8
StringAlign=RIGHT
Fontface=黑体
AntiAlias=1
NumOfDecimals=2
Text="%1%" |
|