Created
May 21, 2013 15:09
-
-
Save VencentYoung/5620557 to your computer and use it in GitHub Desktop.
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] | |
Author=mindenhova+lzy3560 | |
Update=1000 | |
AppVersion=1001000 | |
MiddleMouseDownAction=!RainmeterRefresh #CURRENTCONFIG# | |
;Metadata added by RainBrowser | |
;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D | |
[Metadata] | |
Name= | |
Config= | |
Description= | |
Instructions= | |
Version= | |
Tags= | |
License= | |
Variant= | |
Preview= | |
;End of added Metadata | |
[Variables] | |
Color=255, 255, 255, 255 | |
FontName=Century Gothic | |
FontHeight=13 | |
;------------------------- | |
[MeasureYear] | |
Measure=Calc | |
Formula = 2013 | |
;设置系统年份2013而不是用系统时间 | |
;更改Formula的值即可设置 | |
[MeasureHour] | |
Measure=Time | |
Format="%H" | |
[MeasureMin] | |
Measure=Time | |
Format="%M" | |
[MeasureAMPM] | |
Measure=Time | |
Format="%p" | |
[MeasureSec] | |
Measure=Time | |
Format="%S" | |
[MeasureMonthDay] | |
Measure=Time | |
Format="%#d-%b" | |
[MeasureDOW] | |
Measure=Time | |
Format="%A" | |
Substitute="Monday":"Wednesday","Tuesday":"Thursday","Wednesday":"Friday","Thursday":"Saturday","Friday":"Sunday","Saturday":"Monday","Sunday":"Tuesday" | |
;时间替换表 | |
;替换之后可以将2006年的星期转换为2013年的星期{注意这两年分必须同为平年或者瑞年} | |
;生成对应表的关系的方法: | |
;在Excel中A1输入2006-1-1,A2输入2006-1-2 | |
;在Excel中B1输入2013-1-1,B2输入2013-1-2 | |
;选中这四个单元格之后向下扩展数据,长度超过一周 | |
;右键-单元格格式-星期x即可 | |
;------------------ | |
[bmh] | |
meter=bitmap | |
measurename=MeasureHour | |
bitmapimage="nums.png" | |
bitmapframes=10 | |
x=20 | |
y=20 | |
bitmapextend=1 | |
bitmapdigits=2 | |
[bmm] | |
meter=bitmap | |
measurename=MeasureMin | |
bitmapimage="nums.png" | |
bitmapframes=10 | |
x=140r | |
y=r | |
bitmapextend=1 | |
bitmapdigits=2 | |
[ampm] | |
meter=STRING | |
measurename=MeasureAMPM | |
fontface=#FontName# | |
fontsize=#FontHeight# | |
fontcolor=#Color# | |
antialias=1 | |
hidden = 1 | |
x=96r | |
y=-3r | |
[bms] | |
meter=string | |
measurename=MeasureSec | |
x=260 | |
y=3r | |
fontface=#FontName# | |
fontsize=#FontHeight# | |
fontcolor=#Color# | |
antialias=1 | |
hidden=0 | |
[dots] | |
meter=image | |
imagename=dd.png | |
x=-128r | |
y=9r | |
w=16 | |
h=69 | |
[ev] | |
meter=image | |
measurename=MeasureYear | |
x=3 | |
y=-7r | |
w=16 | |
h=88 | |
[hnnn] | |
meter=string | |
measurename=MeasureMonthDay | |
measurename2=MeasureDOW | |
measurename3=MeasureYear | |
stringstyle=normal | |
StringAlign=center | |
stringeffect=none | |
fontface=#FontName# | |
fontsize=#FontHeight# | |
fontcolor=#Color# | |
antialias=1 | |
x=130 | |
y=0 | |
text="%2.,%1 %3 " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment