level 8
香辣鸡翅ლ
楼主
喜欢的款式ip不对~~不喜欢的ip对上
内容;
喜欢;
; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ---------------------------------- [Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Author=poiru
AppVersion=2003000
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
BackgroundMargins=0,34,0,14 [Metadata]
; Contains basic information of the skin.
Description=Shows your IP address and network activity.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0 [Variables]
; Variables declared here can be used later on between two
# characters (e.g. #
MyVariable#).
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205
maxDownload=10485760
MaxUpload=10485760
; Set maxDownload and maxUpload to your maximum download and upload speed in bits.
; To convert kilobits, megabits, kilobytes, and megabytes into bits, go to www.google.com
; and search for something like "10 megabytes in bits". ; ----------------------------------
; MEASURES return some kind of value
; ---------------------------------- [measureIP]
; This measure returns your IP. WebParser measures are relatively complicated. If you're a beginner with
; Rainmeter, take a look at some of the other illustro skins before modifying this one.
Measure=Plugin
Plugin=WebParser.dll
Url=http://checkip.dyndns.orgUpdateRate=14400
RegExp="(?siU)Address: (.*)"
StringIndex=1
Substitute="":"N/A"
; Substitute works as follows: "A":"B" where A is a string to substitute and B is a string
; to substitute with. In this case, it substutes "" (i.e. empty) to N/A [measureNetIn]
Measure=NetIn
NetInSpeed=
#maxDownload#
; NetInSpeed must be set so your maximun download speed for the download bar to scale correctly [measureNetOut]
Measure=NetOut
NetOutSpeed=
#maxUpload#
; ----------------------------------
; STYLES are used to "centralize" options
; ---------------------------------- [styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=
#colorText#
FontFace=
#fontName#
FontSize=10
AntiAlias=1
ClipString=1 [styleLeftText]
StringAlign=LEFT
; Meters using styleLeftText will be left-aligned.
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=
#colorText#
FontFace=
#fontName#
FontSize=
#textSize#
AntiAlias=1
ClipString=1 [styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=
#colorText#
FontFace=
#fontName#
FontSize=
#textSize#
AntiAlias=1
ClipString=1 [styleBar]
BarColor=#colorBar#
2012年12月06日 14点12分
1
内容;
喜欢;
; Lines starting ; (semicolons) are commented out.
; That is, they do not affect the code and are here for demonstration purposes only.
; ---------------------------------- [Rainmeter]
; This section contains general settings that can be used to change how Rainmeter behaves.
Author=poiru
AppVersion=2003000
Update=1000
Background=#@#Background.png
; #@# is equal to Rainmeter\Skins\illustro\@Resources
BackgroundMode=3
BackgroundMargins=0,34,0,14 [Metadata]
; Contains basic information of the skin.
Description=Shows your IP address and network activity.
License=Creative Commons BY-NC-SA 3.0
Version=1.0.0 [Variables]
; Variables declared here can be used later on between two
# characters (e.g. #
MyVariable#).
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205
maxDownload=10485760
MaxUpload=10485760
; Set maxDownload and maxUpload to your maximum download and upload speed in bits.
; To convert kilobits, megabits, kilobytes, and megabytes into bits, go to www.google.com
; and search for something like "10 megabytes in bits". ; ----------------------------------
; MEASURES return some kind of value
; ---------------------------------- [measureIP]
; This measure returns your IP. WebParser measures are relatively complicated. If you're a beginner with
; Rainmeter, take a look at some of the other illustro skins before modifying this one.
Measure=Plugin
Plugin=WebParser.dll
Url=http://checkip.dyndns.orgUpdateRate=14400
RegExp="(?siU)Address: (.*)"
StringIndex=1
Substitute="":"N/A"
; Substitute works as follows: "A":"B" where A is a string to substitute and B is a string
; to substitute with. In this case, it substutes "" (i.e. empty) to N/A [measureNetIn]
Measure=NetIn
NetInSpeed=
#maxDownload#
; NetInSpeed must be set so your maximun download speed for the download bar to scale correctly [measureNetOut]
Measure=NetOut
NetOutSpeed=
#maxUpload#
; ----------------------------------
; STYLES are used to "centralize" options
; ---------------------------------- [styleTitle]
StringAlign=CENTER
StringCase=UPPER
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,50
FontColor=
#colorText#
FontFace=
#fontName#
FontSize=10
AntiAlias=1
ClipString=1 [styleLeftText]
StringAlign=LEFT
; Meters using styleLeftText will be left-aligned.
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=
#colorText#
FontFace=
#fontName#
FontSize=
#textSize#
AntiAlias=1
ClipString=1 [styleRightText]
StringAlign=RIGHT
StringCase=NONE
StringStyle=BOLD
StringEffect=SHADOW
FontEffectColor=0,0,0,20
FontColor=
#colorText#
FontFace=
#fontName#
FontSize=
#textSize#
AntiAlias=1
ClipString=1 [styleBar]
BarColor=#colorBar#