Windows/Rainmeter
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[Windows]]
* Rainmeter [#j8987ae6]
Rainmeterのカスタマイズメモです。
** Network系の定義 [#na8794b7]
ベースにしたのはMKG ver.sk2なので、それ以外のスキンに手を...
まずは 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
終了行:
[[Windows]]
* Rainmeter [#j8987ae6]
Rainmeterのカスタマイズメモです。
** Network系の定義 [#na8794b7]
ベースにしたのはMKG ver.sk2なので、それ以外のスキンに手を...
まずは 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
ページ名: