Created
September 20, 2017 14:41
-
-
Save zYeoman/cb9468fc8dbced2835d8ada84afc9b20 to your computer and use it in GitHub Desktop.
我的Rainmeter设置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rainmeter] | |
BackgroundMode=1 | |
AppVersion=14000 | |
[Metadata] | |
Name= | |
Author= | |
Information= | |
License= | |
Version= | |
[Variables] | |
;Number e.g. Date | |
FontName=MicrogrammaDBolExt | |
;Week e.g Mon Sun | |
FontName1=微软雅黑 | |
FontColourA=255,255,255,220 | |
FontColourB=255,255,255,220 | |
FontColourC=105,190,255,240 | |
;Number e.g. Date | |
FontHeight=17 | |
;Week e.g Mon Sun | |
FontHeight1=18 | |
X0=8 | |
X1=34 | |
X2=88 | |
X3=140 | |
X4=192 | |
X5=244 | |
X6=296 | |
X7=348 | |
Y0=33 | |
Y1=61 | |
Y2=89 | |
Y3=117 | |
Y4=145 | |
Y5=173 | |
Y6=201 | |
;//////////////////////////////////////// | |
; BACKGROUND | |
;//////////////////////////////////////// | |
[MeterBlack] | |
Meter=String | |
x=0 | |
Y=0 | |
W=190 | |
H=136 | |
SolidColor=0, 0, 0, 0 | |
;//////////////////////////////////////// | |
; Current Date | |
;//////////////////////////////////////// | |
[CurrentDay] | |
Measure=Time | |
Format="%d" | |
[CurrentMonth] | |
Measure=Time | |
Format="%m" | |
[CurrentYear] | |
Measure=Time | |
Format="%Y" | |
[CurrentWeekDay] | |
Measure=Time | |
Format="%w" | |
;//////////////////////////////////////// | |
; Year | |
;//////////////////////////////////////// | |
[MeterYear] | |
MeasureName=CurrentYear | |
Meter=String | |
x=187 | |
y=5 | |
FontColor=#FontColourA# | |
FontSize=14 | |
FontFace=#FontName# | |
StringAlign=Right | |
AntiAlias=1 | |
;//////////////////////////////////////// | |
; Month | |
;//////////////////////////////////////// | |
[MeasureMonth] | |
Measure=Time | |
Substitute="January":"一 月","February":"二 月","March":"三 月","April":"四 月","May":"五 月","June":"六 月","July":"七 月","August":"八 月","September":"九 月","October":"十 月","November":"十一月","December":"十二月" | |
Format=%B | |
[MeterMonth] | |
MeasureName=MeasureMonth | |
Meter=String | |
x=5 | |
y=5 | |
FontColor=#FontColourB# | |
FontSize=16 | |
FontFace=微软雅黑 | |
StringAlign=Left | |
AntiAlias=1 | |
;//////////////////////////////////////// | |
; WeekDays Titles | |
;//////////////////////////////////////// | |
[MeterWeekDay1] | |
Meter=String | |
x=#X1# | |
y=#Y0# | |
Text="周日" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterWeekDay2] | |
Meter=String | |
x=#X2# | |
y=#Y0# | |
Text=" 一" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterWeekDay3] | |
Meter=String | |
x=#X3# | |
y=#Y0# | |
Text=" 二" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterWeekDay4] | |
Meter=String | |
x=#X4# | |
y=#Y0# | |
Text=" 三" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterWeekDay5] | |
Meter=String | |
x=#X5# | |
y=#Y0# | |
Text=" 四" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterWeekDay6] | |
Meter=String | |
x=#X6# | |
y=#Y0# | |
Text=" 五" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterWeekDay7] | |
Meter=String | |
x=#X7# | |
y=#Y0# | |
Text=" 六" | |
FontColor=#FontColourC# | |
FontSize=14 | |
FontFace=#FontName1# | |
StringStyle=BOLD | |
StringAlign=Center | |
AntiAlias=1 | |
;//////////////////////////////////////// | |
; Measure Day | |
;//////////////////////////////////////// | |
;[MeasureDaysInMonth] | |
;Measure=Calc | |
;Formula= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 | |
[MeasureDay11] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7) | |
Substitute="-5":"","-4":"","-3":"","-2":"","-1":"","0":"" | |
[MeasureDay12] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 1 | |
Substitute="-4":"","-3":"","-2":"","-1":"","0":"" | |
[MeasureDay13] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 2 | |
Substitute="-3":"","-2":"","-1":"","0":"" | |
[MeasureDay14] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 3 | |
Substitute="-2":"","-1":"","0":"" | |
[MeasureDay15] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 4 | |
Substitute="-1":"","0":"" | |
[MeasureDay16] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 5 | |
Substitute="0":"" | |
[MeasureDay17] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 6 | |
[MeasureDay21] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 7 | |
[MeasureDay22] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 8 | |
[MeasureDay23] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 9 | |
[MeasureDay24] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 10 | |
[MeasureDay25] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 11 | |
[MeasureDay26] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 12 | |
[MeasureDay27] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 13 | |
[MeasureDay31] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 14 | |
[MeasureDay32] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 15 | |
[MeasureDay33] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 16 | |
[MeasureDay34] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 17 | |
[MeasureDay35] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 18 | |
[MeasureDay36] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 19 | |
[MeasureDay37] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 20 | |
[MeasureDay41] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 21 | |
[MeasureDay42] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 22 | |
[MeasureDay43] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 23 | |
[MeasureDay44] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 24 | |
[MeasureDay45] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 25 | |
[MeasureDay46] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 26 | |
[MeasureDay47] | |
Measure=Calc | |
Formula= CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 27 | |
[MeasureDay51] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 28) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 28) : -1 | |
Substitute="-1":"" | |
[MeasureDay52] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 29) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 29) : -1 | |
Substitute="-1":"" | |
[MeasureDay53] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 30) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 30) : -1 | |
Substitute="-1":"" | |
[MeasureDay54] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 31) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 31) : -1 | |
Substitute="-1":"" | |
[MeasureDay55] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 32) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 32) : -1 | |
Substitute="-1":"" | |
[MeasureDay56] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 33) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 33) : -1 | |
Substitute="-1":"" | |
[MeasureDay57] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 34) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 34) : -1 | |
Substitute="-1":"" | |
[MeasureDay61] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 35) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 35) : -1 | |
Substitute="-1":"" | |
[MeasureDay62] | |
Measure=Calc | |
Formula= (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 36) <= (CurrentMonth=1)*31+(CurrentMonth=2)*(29-((CurrentYear%4)=0?0:1))+(CurrentMonth=3)*31+(CurrentMonth=4)*30+(CurrentMonth=5)*31+(CurrentMonth=6)*30+(CurrentMonth=7)*31+(CurrentMonth=8)*31+(CurrentMonth=9)*30+(CurrentMonth=10)*31+(CurrentMonth=11)*30+(CurrentMonth=12)*31 ? (CurrentDay - CurrentWeekDay - FLOOR((CurrentDay - CurrentWeekDay + 5)/7) * 7 + 36) : -1 | |
Substitute="-1":"" | |
;//////////////////////////////////////// | |
; Meter Day | |
;//////////////////////////////////////// | |
[MeterDay11] | |
MeasureName=MeasureDay11 | |
Meter=String | |
x=#X1# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay12] | |
MeasureName=MeasureDay12 | |
Meter=String | |
x=#X2# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay13] | |
MeasureName=MeasureDay13 | |
Meter=String | |
x=#X3# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay14] | |
MeasureName=MeasureDay14 | |
Meter=String | |
x=#X4# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay15] | |
MeasureName=MeasureDay15 | |
Meter=String | |
x=#X5# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay16] | |
MeasureName=MeasureDay16 | |
Meter=String | |
x=#X6# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay17] | |
MeasureName=MeasureDay17 | |
Meter=String | |
x=#X7# | |
y=#Y1# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay21] | |
MeasureName=MeasureDay21 | |
Meter=String | |
x=#X1# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay22] | |
MeasureName=MeasureDay22 | |
Meter=String | |
x=#X2# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay23] | |
MeasureName=MeasureDay23 | |
Meter=String | |
x=#X3# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay24] | |
MeasureName=MeasureDay24 | |
Meter=String | |
x=#X4# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay25] | |
MeasureName=MeasureDay25 | |
Meter=String | |
x=#X5# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay26] | |
MeasureName=MeasureDay26 | |
Meter=String | |
x=#X6# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay27] | |
MeasureName=MeasureDay27 | |
Meter=String | |
x=#X7# | |
y=#Y2# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay31] | |
MeasureName=MeasureDay31 | |
Meter=String | |
x=#X1# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay32] | |
MeasureName=MeasureDay32 | |
Meter=String | |
x=#X2# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay33] | |
MeasureName=MeasureDay33 | |
Meter=String | |
x=#X3# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay34] | |
MeasureName=MeasureDay34 | |
Meter=String | |
x=#X4# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay35] | |
MeasureName=MeasureDay35 | |
Meter=String | |
x=#X5# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay36] | |
MeasureName=MeasureDay36 | |
Meter=String | |
x=#X6# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay37] | |
MeasureName=MeasureDay37 | |
Meter=String | |
x=#X7# | |
y=#Y3# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay41] | |
MeasureName=MeasureDay41 | |
Meter=String | |
x=#X1# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay42] | |
MeasureName=MeasureDay42 | |
Meter=String | |
x=#X2# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay43] | |
MeasureName=MeasureDay43 | |
Meter=String | |
x=#X3# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay44] | |
MeasureName=MeasureDay44 | |
Meter=String | |
x=#X4# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay45] | |
MeasureName=MeasureDay45 | |
Meter=String | |
x=#X5# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay46] | |
MeasureName=MeasureDay46 | |
Meter=String | |
x=#X6# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay47] | |
MeasureName=MeasureDay47 | |
Meter=String | |
x=#X7# | |
y=#Y4# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay51] | |
MeasureName=MeasureDay51 | |
Meter=String | |
x=#X1# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay52] | |
MeasureName=MeasureDay52 | |
Meter=String | |
x=#X2# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay53] | |
MeasureName=MeasureDay53 | |
Meter=String | |
x=#X3# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay54] | |
MeasureName=MeasureDay54 | |
Meter=String | |
x=#X4# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay55] | |
MeasureName=MeasureDay55 | |
Meter=String | |
x=#X5# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay56] | |
MeasureName=MeasureDay56 | |
Meter=String | |
x=#X6# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay57] | |
MeasureName=MeasureDay57 | |
Meter=String | |
x=#X7# | |
y=#Y5# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay61] | |
MeasureName=MeasureDay61 | |
Meter=String | |
x=#X1# | |
y=#Y6# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterDay62] | |
MeasureName=MeasureDay62 | |
Meter=String | |
x=#X2# | |
y=#Y6# | |
FontColor=#FontColourA# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
;//////////////////////////////////////// | |
; Measure Today | |
;//////////////////////////////////////// | |
[MeasureToday11] | |
Measure=Calc | |
Formula = (MeasureDay11=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday12] | |
Measure=Calc | |
Formula = (MeasureDay12=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday13] | |
Measure=Calc | |
Formula = (MeasureDay13=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday14] | |
Measure=Calc | |
Formula = (MeasureDay14=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday15] | |
Measure=Calc | |
Formula = (MeasureDay15=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday16] | |
Measure=Calc | |
Formula = (MeasureDay16=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday17] | |
Measure=Calc | |
Formula = (MeasureDay17=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday21] | |
Measure=Calc | |
Formula = (MeasureDay21=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday22] | |
Measure=Calc | |
Formula = (MeasureDay22=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday23] | |
Measure=Calc | |
Formula = (MeasureDay23=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday24] | |
Measure=Calc | |
Formula = (MeasureDay24=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday25] | |
Measure=Calc | |
Formula = (MeasureDay25=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday26] | |
Measure=Calc | |
Formula = (MeasureDay26=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday27] | |
Measure=Calc | |
Formula = (MeasureDay27=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday31] | |
Measure=Calc | |
Formula = (MeasureDay31=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday32] | |
Measure=Calc | |
Formula = (MeasureDay32=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday33] | |
Measure=Calc | |
Formula = (MeasureDay33=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday34] | |
Measure=Calc | |
Formula = (MeasureDay34=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday35] | |
Measure=Calc | |
Formula = (MeasureDay35=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday36] | |
Measure=Calc | |
Formula = (MeasureDay36=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday37] | |
Measure=Calc | |
Formula = (MeasureDay37=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday41] | |
Measure=Calc | |
Formula = (MeasureDay41=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday42] | |
Measure=Calc | |
Formula = (MeasureDay42=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday43] | |
Measure=Calc | |
Formula = (MeasureDay43=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday44] | |
Measure=Calc | |
Formula = (MeasureDay44=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday45] | |
Measure=Calc | |
Formula = (MeasureDay45=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday46] | |
Measure=Calc | |
Formula = (MeasureDay46=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday47] | |
Measure=Calc | |
Formula = (MeasureDay47=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday51] | |
Measure=Calc | |
Formula = (MeasureDay51=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday52] | |
Measure=Calc | |
Formula = (MeasureDay52=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday53] | |
Measure=Calc | |
Formula = (MeasureDay53=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday54] | |
Measure=Calc | |
Formula = (MeasureDay54=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday55] | |
Measure=Calc | |
Formula = (MeasureDay55=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday56] | |
Measure=Calc | |
Formula = (MeasureDay56=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday57] | |
Measure=Calc | |
Formula = (MeasureDay57=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday61] | |
Measure=Calc | |
Formula = (MeasureDay61=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
[MeasureToday62] | |
Measure=Calc | |
Formula = (MeasureDay62=CurrentDay)?CurrentDay:-1 | |
Substitute="-1":"" | |
;//////////////////////////////////////// | |
; MeterToday | |
;//////////////////////////////////////// | |
[MeterToday11] | |
MeasureName=MeasureToday11 | |
Meter=String | |
x=#X1# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday12] | |
MeasureName=MeasureToday12 | |
Meter=String | |
x=#X2# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday13] | |
MeasureName=MeasureToday13 | |
Meter=String | |
x=#X3# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday14] | |
MeasureName=MeasureToday14 | |
Meter=String | |
x=#X4# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday15] | |
MeasureName=MeasureToday15 | |
Meter=String | |
x=#X5# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday16] | |
MeasureName=MeasureToday16 | |
Meter=String | |
x=#X6# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday17] | |
MeasureName=MeasureToday17 | |
Meter=String | |
x=#X7# | |
y=#Y1# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday21] | |
MeasureName=MeasureToday21 | |
Meter=String | |
x=#X1# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday22] | |
MeasureName=MeasureToday22 | |
Meter=String | |
x=#X2# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday23] | |
MeasureName=MeasureToday23 | |
Meter=String | |
x=#X3# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday24] | |
MeasureName=MeasureToday24 | |
Meter=String | |
x=#X4# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday25] | |
MeasureName=MeasureToday25 | |
Meter=String | |
x=#X5# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday26] | |
MeasureName=MeasureToday26 | |
Meter=String | |
x=#X6# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday27] | |
MeasureName=MeasureToday27 | |
Meter=String | |
x=#X7# | |
y=#Y2# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday31] | |
MeasureName=MeasureToday31 | |
Meter=String | |
x=#X1# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday32] | |
MeasureName=MeasureToday32 | |
Meter=String | |
x=#X2# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday33] | |
MeasureName=MeasureToday33 | |
Meter=String | |
x=#X3# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday34] | |
MeasureName=MeasureToday34 | |
Meter=String | |
x=#X4# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday35] | |
MeasureName=MeasureToday35 | |
Meter=String | |
x=#X5# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday36] | |
MeasureName=MeasureToday36 | |
Meter=String | |
x=#X6# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday37] | |
MeasureName=MeasureToday37 | |
Meter=String | |
x=#X7# | |
y=#Y3# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday41] | |
MeasureName=MeasureToday41 | |
Meter=String | |
x=#X1# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday42] | |
MeasureName=MeasureToday42 | |
Meter=String | |
x=#X2# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday43] | |
MeasureName=MeasureToday43 | |
Meter=String | |
x=#X3# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday44] | |
MeasureName=MeasureToday44 | |
Meter=String | |
x=#X4# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday45] | |
MeasureName=MeasureToday45 | |
Meter=String | |
x=#X5# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday46] | |
MeasureName=MeasureToday46 | |
Meter=String | |
x=#X6# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday47] | |
MeasureName=MeasureToday47 | |
Meter=String | |
x=#X7# | |
y=#Y4# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday51] | |
MeasureName=MeasureToday51 | |
Meter=String | |
x=#X1# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday52] | |
MeasureName=MeasureToday52 | |
Meter=String | |
x=#X2# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday53] | |
MeasureName=MeasureToday53 | |
Meter=String | |
x=#X3# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday54] | |
MeasureName=MeasureToday54 | |
Meter=String | |
x=#X4# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday55] | |
MeasureName=MeasureToday55 | |
Meter=String | |
x=#X5# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday56] | |
MeasureName=MeasureToday56 | |
Meter=String | |
x=#X6# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday57] | |
MeasureName=MeasureToday57 | |
Meter=String | |
x=#X7# | |
y=#Y5# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday61] | |
MeasureName=MeasureToday61 | |
Meter=String | |
x=#X1# | |
y=#Y6# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 | |
[MeterToday62] | |
MeasureName=MeasureToday62 | |
Meter=String | |
x=#X2# | |
y=#Y6# | |
FontColor=#FontColourC# | |
FontSize=#FontHeight# | |
FontFace=#FontName# | |
StringAlign=Center | |
AntiAlias=1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rainmeter] | |
AppVersion=1.1 | |
Update=1000 | |
[Metadata] | |
Name= | |
Author= | |
Information= | |
License= | |
Version= | |
[Variables] | |
update.Spd=500 | |
FontColor=255,255,255,240 | |
AntiAlias=1 | |
FontName=微软雅黑 | |
FontSize=10 | |
X1=0 | |
X2=113 | |
X3=137 | |
X4=244 | |
X5=264 | |
X6=404 | |
X7=464 | |
Y1=0 | |
Y2=13 | |
[OutSpeed|Measure] | |
Measure=NetOut | |
[OutSpeed.TXT] | |
Meter=STRING | |
X=#X1# | |
Y=#Y1# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontFace# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="上传:" | |
[OutSpeed|Meter] | |
Meter=STRING | |
MeasureName=OutSpeed|Measure | |
X=#X2# | |
Y=#Y1# | |
StringAlign=RIGHT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="%1K/s" | |
Scale=2048 | |
NumOfDecimals=0 | |
; ---------------------------------- | |
[InSpeed|Measure] | |
Measure=NetIn | |
[InSpeed.TXT] | |
Meter=STRING | |
X=#X1# | |
Y=#Y2# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="下载:" | |
[InSpeed|Meter] | |
Meter=STRING | |
MeasureName=InSpeed|Measure | |
X=#X2# | |
Y=#Y2# | |
StringAlign=RIGHT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="%1K/s" | |
AntiAlias=1 | |
Scale=2048 | |
NumOfDecimals=0 | |
--------------------------- | |
[MeasureRAM] | |
Measure=PhysicalMemory | |
[MeterRAMTxt] | |
Meter=STRING | |
X=#X3# | |
Y=#Y1# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="已使用:" | |
[MeterRAM] | |
Meter=STRING | |
MeasureName=MeasureRAM | |
X=#X4# | |
Y=#Y1# | |
StringAlign=RIGHT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="%1M" | |
NumOfDecimals=0 | |
Scale=1048576 | |
[MeterRAMPercentTxt] | |
Meter=STRING | |
X=#X3# | |
Y=#Y2# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="使用率:" | |
[MeterRAMPercent] | |
Meter=STRING | |
MeasureName=MeasureRAM | |
X=#X4# | |
Y=#Y2# | |
StringAlign=RIGHT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
Text="%1%" | |
Percentual=1 | |
AutoScale=1 | |
NumOfDecimals=0 | |
;[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=#X5# | |
Y=#Y1# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
NumOfDecimals=1 | |
Text="CPU1使用率: %1%" | |
AntiAlias=1 | |
[MeterCPUGraph0] | |
Meter=Line | |
MeasureName=MeasureCPU0 | |
Percentual=1 | |
X=#X6# | |
Y=#Y1# | |
H=12 | |
W=50 | |
LineCount=1 | |
LineColor=#FontColor# | |
AutoScale=1 | |
;[CPU1 UTILIZATION]=============================== | |
[MeasureCPU1%] | |
MeasureName=MeasureCPU1 | |
Meter=STRING | |
Percentual=1 | |
X=#X5# | |
Y=#Y2# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
NumOfDecimals=1 | |
Text="CPU2使用率: %1%" | |
AntiAlias=1 | |
[MeterCPUGraph1] | |
Meter=Line | |
MeasureName=MeasureCPU1 | |
Percentual=1 | |
X=#X6# | |
Y=#Y2# | |
H=12 | |
W=50 | |
LineCount=1 | |
LineColor=#FontColor# | |
AutoScale=1 | |
;[Time UTILIZATION]=============================== | |
[MeasureTime] | |
MeasureName=MeasureTime | |
Measure=Time | |
Format="%A%H:%M:%S" | |
Substitute="Sunday":"星期日","Monday":"星期一","Tuesday":"星期二","Wednesday":"星期三","Thursday":"星期四","Friday":"星期五","Saturday":"星期六" | |
[MeterTime] | |
MeasureName=MeasureTime | |
Meter=STRING | |
Percentual=1 | |
X=#X7# | |
Y=#Y1# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
NumOfDecimals=1 | |
Text="%1" | |
AntiAlias=1 | |
[MeasureDate] | |
MeasureName=MeasureDate | |
Measure=Time | |
Measure=Time | |
Format="%Yyear%Bmonth%dday" | |
;Substitute="January":"一月","February":"二月","March":"三月","April":"四月","May":"五月","June":"六月","July":"七月","August":"八月","September":"九月","October":"十月","November":"十一月","December":"十二月" | |
Substitute="month":"月","year":"年","day":"日","January":"1","February":"2","March":"3","April":"4","May":"5","June":"6","July":"7","August":"8","September":"9","October":"10","November":"11","December":"12" | |
[MeterDate] | |
MeasureName=MeasureDate | |
Meter=STRING | |
Percentual=1 | |
X=#X7# | |
Y=#Y2# | |
StringAlign=LEFT | |
FontColor=#FontColor# | |
FontSize=#FontSize# | |
FontFace=#FontName# | |
StringStyle=bold | |
AntiAlias=1 | |
NumOfDecimals=1 | |
Text="%1" | |
AntiAlias=1 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rainmeter] | |
BackgroundMode=3 | |
AppVersion=14000 | |
;================= | |
;=======Plus========================================= | |
;-------------------开机时间 | |
;Metadata added by RainBrowser | |
;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin | |
[Metadata] | |
Name= | |
Config= | |
Description= | |
Instructions= | |
Version= | |
Tags= | |
License= | |
Variant= | |
Preview= | |
;End of added Metadata | |
[Background] | |
Meter=String | |
x=0 | |
Y=0 | |
W=266 | |
H=120 | |
SolidColor=0, 0, 0, 0 | |
[MeasureUptime] | |
Measure=Uptime | |
Substitute="d":" 天 ",":":" 小时 " | |
UpdateDivider=6 | |
;------------------------ | |
[InfoXUPTime] | |
MeasureName=MeasureUpTIme | |
Meter=STRING | |
X=260 | |
Y=10 | |
;StringStyle=NORMAL | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=8 | |
;StringEffect=SHADOW | |
StringStyle=Bold | |
FontFace=浪漫雅圆 | |
Antialias=1 | |
Prefix="开机时间 : " | |
PostFix=" 分钟" | |
;-------------------------------- | |
;---------------电量 | |
[MeasurePower] | |
Measure=Plugin | |
Plugin=Plugins\PowerPlugin.dll | |
PowerState=PERCENT | |
[STR] | |
Meter=STRING | |
TEXT="电 量" | |
X=260 | |
Y=52 | |
StringStyle=Bold | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=8 | |
;StringEffect=SHADOW | |
FontFace=浪漫雅圆 | |
[PWR] | |
Meter=STRING | |
MeasureName=MeasurePower | |
X=260 | |
Y=64 | |
FontColor=255,255,255,255 | |
FontFace=浪漫雅圆 | |
FontSize=8 | |
StringAlign=right | |
StringStyle=BOLD | |
;StringEffect=SHADOW | |
AntiAlias=1 | |
Text="%1%" | |
Percentual=1 | |
AutoScale=1 | |
;----------------------- | |
[MeasureTime] | |
Measure=Time | |
[MeasureTimeH] | |
Measure=Time | |
Format="%H" | |
[MeasureTimeM] | |
Measure=Time | |
Format="%M" | |
[MeasureDate] | |
Measure=Time | |
Format="%a, %b %#d %Y" | |
[MeasureTimeS] | |
Measure=Time | |
Format="%S" | |
[MeasureASec] | |
Measure=Calc | |
Formula=MeasureTime % 2 | |
MaxValue=1 | |
MinValue=0 | |
Substitute="0":"","1":":" | |
;//////////////////////////////////////// | |
; Meter Time | |
;//////////////////////////////////////// | |
;-----------------分割线 | |
[MeterLine] | |
Meter=IMAGE | |
X=100 | |
Y=76 | |
W=160 | |
H=1 | |
SolidColor=255, 255, 255, 255 | |
StringEffect=SHADOW | |
AntiAlias=1 | |
;------------------------------ | |
[MeasureWeek] | |
Measure=Time | |
Format="%A" | |
Substitute="Sunday":"星期日","Monday":"星期一","Tuesday":"星期二","Wednesday":"星期三","Thursday":"星期四","Friday":"星期五","Saturday":"星期六" | |
[MeasureDate2] | |
Measure=Time | |
Format="%Y year %B month %d" | |
;Substitute="January":"一月","February":"二月","March":"三月","April":"四月","May":"五月","June":"六月","July":"七月","August":"八月","September":"九月","October":"十月","November":"十一月","December":"十二月" | |
Substitute="month":"月","year":"年","January":"1","February":"2","March":"3","April":"4","May":"5","June":"6","July":"7","August":"8","September":"9","October":"10","November":"11","December":"12" | |
;----------------星期设置 | |
[MeterWeek] | |
Meter=STRING | |
MeasureName=MeasureWeek | |
MeasureNetWeek | |
X=260 | |
Y=40 | |
StringStyle=NORMAL | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=8 | |
;StringEffect=SHADOW | |
FontFace=浪漫雅圆 | |
AntiAlias=1 | |
;--------------日期设置 | |
[MeterDate] | |
Meter=STRING | |
MeasureName=MeasureDate2 | |
X=100 | |
Y=60 | |
StringAlign=left | |
FontColor=255,255,255,255 | |
FontSize=10 | |
StringStyle=BOLD | |
FontFace=浪漫雅圆 | |
AntiAlias=1 | |
PostFix=" 日" | |
;------------------时针 | |
[MeterTimeH] | |
Meter=STRING | |
MeasureName=MeasureTimeH | |
X=100 | |
Y=20 | |
FontColor=255,255,255,255 | |
StringStyle=NORMAL | |
FontSize=29 | |
StringAlign=Left | |
FontFace=浪漫雅圆 | |
AntiAlias=1 | |
Hidden=0 | |
;---------------分针 | |
[MeterTimeM] | |
Meter=STRING | |
MeasureName=MeasureTimeM | |
X=170 | |
Y=20 | |
FontColor=255,255,255,255 | |
StringStyle=NORMAL | |
FontSize=29 | |
StringAlign=LEFT | |
FontFace=浪漫雅圆 | |
AntiAlias=1 | |
;--------------农历--------------- | |
[MeasureLuna] | |
Measure=Plugin | |
Plugin=Plugins\Luna.dll | |
SysInfoType=LunaALL | |
Substitute="农历":"" | |
[MeterDateCN] | |
MeasureName=MeasureLuna | |
Meter=String | |
x=90 | |
y=82 | |
StringStyle=Bold | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringAlign=left | |
AntiAlias=1 | |
================================================= | |
;CNCalendar设置 | |
; TWELVEANIMALS 取生肖 | |
; LUNARMONTH 农历月 | |
; LUNARDAY 农历日 | |
; WEEKDAY 星期几 | |
; HEYEAR 年的天干地支 | |
; HEMONTH 月的天干地支 | |
; HEDAY 日的天干地支 | |
; HEHOUR 时的天干地支 | |
; SOLAR 节气 | |
; CONSTELLATION 星座 | |
; FEASTS 固定于公历每个月某天的节日 | |
; FWEEKDAY 某月内第n星期,第n的节日 | |
; FLASTWEEK 某月内最后一个星期的节日 | |
; FLUNARS 固定于农历每个月某天的节日 | |
================================================= | |
; HEMONTH 月的天干地支 | |
[MeasureHEMONTH] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=HEMONTH | |
[MeterHost1] | |
Meter=STRING | |
MeasureName=MeasureHEMONTH | |
X=218 | |
Y=82 | |
StringAlign=Left | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
Postfix="月" | |
AntiAlias=1 | |
================================================= | |
; HEDAY 日的天干地支 | |
[MeasureHEDAY] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=HEDAY | |
[MeterHost2] | |
Meter=STRING | |
MeasureName=MeasureHEDAY | |
X=218 | |
Y=100 | |
StringAlign=Left | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
Postfix="日" | |
AntiAlias=1 | |
================================================= | |
; HEHOUR 时的天干地支 | |
; [MeasureHEHOUR] | |
; Measure=Plugin | |
; Plugin=Plugins\CNCalendar.dll | |
; CNCalendar=HEHOUR | |
; [MeterHost3] | |
; Meter=STRING | |
; MeasureName=MeasureHEHOUR | |
; X=30 | |
; Y=25 | |
; StringAlign=Left | |
; FontColor=255,255,255,255 | |
; FontSize=14 | |
; FontFace=浪漫雅圆 | |
; StringStyle=BOLD | |
; Postfix="时" | |
; AntiAlias=1 | |
================================================= | |
; CONSTELLATION 星座 | |
[MeasureCONSTELLATION] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=CONSTELLATION | |
[MeterHost4] | |
Meter=STRING | |
MeasureName=MeasureCONSTELLATION | |
X=260 | |
Y=26 | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=8 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
AntiAlias=1 | |
================================================= | |
; SOLAR 节气 | |
[MeasureSOLAR] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=SOLAR | |
[MeterHost5] | |
Meter=STRING | |
MeasureName=MeasureSOLAR | |
X=265 | |
Y=117 | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
AntiAlias=1 | |
================================================= | |
; FLUNARS 固定于农历每个月某天的节日 | |
[MeasureFLUNARS] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=FLUNARS | |
[MeterHost6] | |
Meter=STRING | |
MeasureName=MeasureFLUNARS | |
X=220 | |
Y=117 | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
AntiAlias=1 | |
================================================= | |
; FEASTS 固定于公历每个月某天的节日 | |
[MeasureFEASTS] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=FEASTS | |
[MeterHost7] | |
Meter=STRING | |
MeasureName=MeasureFEASTS | |
X=220 | |
Y=100 | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
AntiAlias=1 | |
================================================= | |
; FWEEKDAY 某月内第n星期,第n的节日 | |
[MeasureFWEEKDAY] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=FWEEKDAY | |
[MeterHost8] | |
Meter=STRING | |
MeasureName=MeasureFWEEKDAY | |
X=265 | |
Y=130 | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
AntiAlias=1 | |
================================================= | |
; FLASTWEEK 某月内最后一个星期的节日 | |
[MeasureFLASTWEEK] | |
Measure=Plugin | |
Plugin=Plugins\CNCalendar.dll | |
CNCalendar=FLASTWEEK | |
[MeterHost9] | |
Meter=STRING | |
MeasureName=MeasureFLASTWEEK | |
X=265 | |
Y=145 | |
StringAlign=right | |
FontColor=255,255,255,255 | |
FontSize=10 | |
FontFace=浪漫雅圆 | |
StringStyle=BOLD | |
AntiAlias=1 | |
;//////////////////////////////////////// | |
; Meter Blink | |
;//////////////////////////////////////// | |
;-------------两点的位置 | |
[MeterColonBlink1] | |
Meter=String | |
MeasureName=MeasureASec | |
X=150 | |
Y=20 | |
FontColor=255,255,255,255 | |
FontSize=25 | |
StringAlign=Left | |
FontFace=浪漫雅圆 | |
AntiAlias=1 | |
[MeasureTime] | |
Measure=Time | |
Format=%H:%M | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment