- UID
- 85262
- 主题
- 注册时间
- 2011-3-15
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 2 天 [LV.1]初来乍到
|
发表于 2017-12-9 01:12:35
|
显示全部楼层
[Rainmeter]
Author=四月
LocalFont=#CURRENTPATH#Fonts\NEUROPOL.ttf
Update=1000
[Variables]
FontFace=neuropol
=============================================
[bg]
Meter=IMAGE
Solidcolor=0,0,0,1
X=0
Y=0
W=190
H=60
=============================================
[measureYear]
Measure=Time
Format="%Y"
[MeasureMonth]
Measure=Time
Substitute="January":"Jan","February":"Feb","March":"Mar","April":"Apr","May":"May","June":"Jun","July":"Jul","August":"Aug","September":"Sep","October":"Oct","November":"Nov","December":"Dec"
Format=%b
[Measureday]
Measure=Time
Format=%d
[measureweekday]
Measure=Time
Format=%a
Substitute="Monday":"Mon","Tuesday":"Tue","Wednesday":"Wed","Thursday":"Thu","Friday":"Fri","Saturday":"Sat","Sunday":"Sun"
[MeasureTime]
Measure=Time
Format="%H : %M"
[MeasureTimeS]
Measure=Time
Format="%S"
[MeasuredayL]
Measure=Time
Format="%p"
==============================================
[MeterYear]
MeasureName=measureYear
Meter=String
x=135
y=40
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=255,255,255
fontface=#fontface#
fontsize=12
Text="%1"
[metermonth]
Meter=STRING
MeasureName=measuremonth
X=43
Y=40
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=255,255,255
fontface=#fontface#
fontsize=12
Text="%1 ."
[meterday]
Meter=STRING
MeasureName=measureday
X=90
Y=40
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=255,255,255
fontface=#fontface#
fontsize=12
Text="%1 ."
[meterweekday]
Meter=STRING
MeasureName=measureweekday
X=0
Y=40
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=255,255,255
fontface=#fontface#
fontsize=12
Text="%1 ."
[metertime]
Meter=STRING
MeasureName=measuretime
X=0
Y=0
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=0,0,0
fontface=#fontface#
fontsize=26
Text="%1"
[metertimes]
Meter=STRING
MeasureName=measuretimes
X=160
Y=20
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=0,0,0
fontface=#fontface#
fontsize=10
Text="%1"
[meterdayL]
Meter=STRING
MeasureName=measuredayl
X=160
Y=5
StringAlign=LEFT
StringStyle=bold
AntiAlias=1
fontcolor=0,0,0
fontface=#fontface#
fontsize=10
Text="%1" |
|