返回列表 发帖

[Win7桌面秀] Rainmeter时间皮肤问题,

我想让时间的那2个点闪动起来 下面是代码要怎么改啊



[Rainmeter]
;Metadata added by RainBrowser
;http://rainmeter.net/RainWiki/in ... _101#.5BMetadata.5D
[Metadata]
[email=Author=seamonkey420@gmail.com]Author=seamonkey420@gmail.com[/email]
Config=myHUDs | Clock & Date | White
Description=myHUDs clock based on various other 10Foot HUDs
Instructions=for 24 hour time: replace the %#I from measuretime below to %#H.  also remove %p (removes am/pm). Use font variable to change font used. Tweaking will be needed if not using red alert font (included)
Version=3.0
Tags=seamonkey420 | myHUDs
License=None
Variant=
Preview=
;End of added Metadata
[variables]
FONT=RedAlert
[MeasureTime]
Measure=Time
Format=%#I:%M %p
[MeasureDate]
Measure=Time
Format=%d
[MeasureMonth]
Measure=Time
Format=%B
Substitute="January":"JANUARY","February":"FEBRUARY","March":"MARCH","April":"APRIL","May":"MAY","June":"JUNE","July":"JULY","August":"AUGUST","September":"SEPTEMBER","October":"OCTOBER","November":"NOVEMBER","December":"DECEMBER"
[MeasureDay]
Measure=Time
Format=%A
Substitute="Monday":"MONDAY","Tuesday":"TUESDAY","Wednesday":"WEDNESDAY","Thursday":"THURSDAY","Friday":"FRIDAY","Saturday":"SATURDAY","Sunday":"SUNDAY"
;-------------------------------------METERS--------------------------------------------
[MeterTime]
MeasureName=MeasureTime
Meter=STRING
X=0
Y=13
FontColor=255, 255, 255, 150
FontSize=72
FontFace=#FONT#
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
[MeterDate]
MeasureName=MeasureDate
Meter=STRING
X=5
Y=100
FontColor=255, 255, 255, 150
FontSize=56
FontFace=#FONT#
StringAlign=LEFT
StringStyle=Normal
AntiAlias=1
[MeterMonth]
MeasureName=MeasureMonth
Meter=STRING
X=160
Y=110
FontColor=255, 255, 255, 150
FontSize=32
FontFace=#FONT#
StringAlign=LEFT
StringStyle=Normal
AntiAlias=1
[MeterDay]
MeasureName=MeasureDay
Meter=STRING
X=160
Y=150
FontColor=255, 255, 255, 150
FontSize=20
FontFace=#FONT#
StringAlign=LEFT
StringStyle=Normal
AntiAlias=1

[img]file:///C:/Users/ZhuZhu/AppData/Roaming/Tencent/Users/165553693/QQ/WinTemp/RichOle/[6V41_7LGI__3Y%7DY6B5Y78R.jpg[/img]
就是10后面的那2个点闪动起来  要怎么做啊代码在上面

TOP

返回列表