Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 763 Bytes

File metadata and controls

26 lines (17 loc) · 763 Bytes

roundClock

A twist on the traditional analogue clock created by Evan Bovie.

A widget for Übersicht.

Options

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

License