A twist on the traditional analogue clock created by Evan Bovie.
A widget for Übersicht.
Options by Joe Creighton.
Set the appropriate variables at the top of index.coffee
. By default, the seconds
indicators (digits and hand marker) are both visible (true
) and the time is presented in a 24-hour format (milTime
or military time); if a 12-hour format is chosen, you have the option to show an am/pm indicator.
appearance =
secDigit: true
secHand : true
milTime : true
showAMPM: false