- UID
- 443442
- 主题
- 注册时间
- 2016-2-9
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 20 天 [LV.4]偶尔看看III
|
发表于 2016-2-9 01:11:08
|
显示全部楼层
[Rainmeter]
Author=Albinozz
Update=1000
[Variables]
;========SETTINGS========;
FontName=Hanzel Extended
;=======END OF SETTINGS=======;
[mTimeH]
Measure=Time
Format="%H"
[mTimeM]
Measure=Time
Format="%M"
[mTimeS]
Measure=Time
Format=%S
[TimeH]
Meter=STRING
MeasureName=mTimeH
X=190
Y=75
StringStyle=NORMAL
StringAlign=RIGHT
FontColor=255,255,255,255
FontFace=#FontName#
FontSize=60
AntiAlias=1
Hidden=0
[TimeM]
Meter=STRING
MeasureName=mTimeM
X=2r
Y=r
StringStyle=NORMAL
StringAlign=LEFT
FontColor=255,255,255,255
FontFace=#FontName#
FontSize=60
AntiAlias=1
Prefix=":"
Hidden=0
[meterSeconds]
Meter=ROUNDLINE
MeasureName=mTimeS
X=158
Y=0
W=300
H=250
LineWidth=2
StartAngle=4.78
RotationAngle=6.2831853
LineLength=118
LineStart=113
AntiAlias=10
LineColor=225,225,225,225
Solid=1
ValueReminder=60
[bar]
meter=string
solidcolor=#FontColor#
meterstyle=textstyle
x=50
y=-93R
w=300
h=1
[MeasureDate]
Measure=Time
Format="%d"
[MeasureMonthDay]
Measure=Time
Format="%Yyear%Bmonth%dday"
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"
[MeasureWeek]
Measure=Time
Format="%A"
Substitute="Sunday":"星期日","Monday":"星期一","Tuesday":"星期二","Wednesday":"星期三","Thursday":"星期四","Friday":"星期五","Saturday":"星期六"
[MeterWeek]
Meter=String
MeasureName=MeasureWeek
MeasureName2=MeasureMonthDay
FontFace=方正喵呜体
FontSize=16
FontColor=255,255,255,255
StringEffect=SHADOW
FontEffectColor=0,0,0,50
StringStyle=Normal
StringAlign=Center
AntiAlias=1
X=210
Y=168
W=150
text="%1 %2" |
|