| @@ -18,8 +18,9 @@ | ||
| 18 | 18 | radius -- a number to define the clock radius. Do not add 'px' or any other measure descriptor. |
| 19 | 19 | noseconds -- set to true (or 1) to hide the second hand |
| 20 | 20 | gmtoffset -- a number to define a timezone relative the Greenwhich Mean Time. Do not set this parameter to default to local time. |
| 21 | 21 | showdigital -- set to 'digital12' to show the time in 12h digital format (with am/pm) too |
| 22 | + digitalcolor -- set to a color value to change the digital time color | |
| 22 | 23 | scale -- must be one of these: 'linear' (default scale), 'logClock' or 'logClockRev'. Linear is our normal clock scale, the other two show a logarithmic time scale |
| 23 | 24 | subtext -- optional text, centered below the clock |
| 24 | 25 | align -- sets floating of the clock: 'left', 'right' or 'center' |
| 25 | 26 | */ |