It is currently March 28th, 2024, 11:15 am

SweepSeconds

Clocks and timer skins
Post Reply
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

SweepSeconds

Post by jsmorley »

SweepSeconds_1.0.rmskin
(712.05 KiB) Downloaded 264 times
Watch the .gif all the way through once... ;-)
clock.gif

Code: Select all

[Rainmeter]
Update=16
BackgroundMode=2
SolidColor=150,150,150,1
AccurateText=1

[Metadata]
Name=SweepSeconds
Author=JSMorley
Information=Date and time with sweeping seconds indicator
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Version=May 19, 2015

[MeasureDate]
Measure=Time
Format=%A, %B %#d, %Y
UpdateDivider=62.5

[MeasureTime]
Measure=Time
Format=%#I:%M %p

[MeasureSeconds]
Measure=Time
Format=%#S
AverageSize=62.5

[MeasureSecondsNum]
Measure=Calc
Formula=(MeasureSeconds % 59) / 60

[MeterSeconds]
Meter=Roundline
MeasureName=MeasureSecondsNum
X=240
W=140
H=140
StartAngle=(Rad(270))
RotationAngle=(Rad(370))
LineLength=70
LineStart=68
LineColor=100,110,120,255
Solid=1
AntiAlias=1

[MeterDate]
Meter=String
MeasureName=MeasureDate
W=350
H=25
X=350
Y=33
StringAlign=Right
FontFace=Fira Sans Light
FontSize=20
FontColor=235,245,255,255
AntiAlias=1

[MeterTime]
Meter=String
MeasureName=MeasureTime
W=350
H=25
X=350
Y=5R
StringAlign=Right
FontFace=Fira Sans Light
FontSize=30
FontColor=235,245,255,255
AntiAlias=1
Trivial to change the date format or 12Hour - 24Hour time. Use the Format codes in the Time measures.
User avatar
moshi
Posts: 1740
Joined: November 13th, 2012, 9:53 pm

Re: SweepSeconds

Post by moshi »

yeah, i discovered this by accident some time ago.

i never used it, but it would be nice on a retrograde watch, like this Breguet model:
-755531435.jpg
Post Reply