Windows

Rainmeter

Rainmeterのカスタマイズメモです。

Network系の定義

ベースにしたのはMKG ver.sk2なので、それ以外のスキンに手を加える場合は FontColor , FontFace , UpdateDivider , XY座標の値は適宜変更する必要あり。

まずは Measure の定義。

;== Custom measures
[MeasureIP]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0

[MeasureNetIn]
Measure=NetIn

[MeasureNetOut]
Measure=NetOut

[MeasureNetInAll]
Measure=NetIn
Cumulative=1

[MeasureNetOutAll]
Measure=NetOut
Cumulative=1

次に Meter の定義。

;== Custom meters
[MeterIP]
Meter=STRING
MeasureName=MeasureIP
X=144
Y=76
FontColor=#LineColor#, 120
StringStyle=Normal
FontSize=8
StringAlign=LEFT
FontFace=#FontFaceWa1#
AntiAlias=0
Prefix="IP: "
UpdateDivider=240

[MeterNetIn]
Meter=STRING
MeasureName=MeasureNetIn
X=144
Y=88
FontColor=#LineColor#, 120
StringStyle=NORMAL
FontSize=8
StringAlign=LEFT
FontFace=#FontFaceWa1#
AntiAlias=0
AutoScale=0
Scale=1000.00
Prefix="NetIn: "
PostFix="k"
NumOfDecimals=2
UpdateDivider=2

[MeterNetOut]
Meter=STRING
MeasureName=MeasureNetOut
X=144
Y=100
FontColor=#LineColor#, 120
StringStyle=NORMAL
FontSize=8
StringAlign=LEFT
FontFace=#FontFaceWa1#
AntiAlias=0
AutoScale=0
Scale=1000.00
PostFix="k"
Prefix="NetOut: "
NumOfDecimals=2
UpdateDivider=2

[MeterNetInAll]
Meter=STRING
MeasureName=MeasureNetInAll
X=230
Y=88
FontColor=#LineColor#, 120
StringStyle=NORMAL
FontSize=8
StringAlign=LEFT
FontFace=#FontFaceWa1#
AntiAlias=0
AutoScale=1
PostFix="B"
Prefix="DL: "
UpdateDivider=40

[MeterNetOutAll]
Meter=STRING
MeasureName=MeasureNetOutAll
X=230
Y=100
FontColor=#LineColor#, 120
StringStyle=NORMAL
FontSize=8
StringAlign=LEFT
FontFace=#FontFaceWa1#
AntiAlias=0
AutoScale=1
PostFix="B"
Prefix="UL: "
UpdateDivider=40

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2008-09-25 (木) 23:15:30