You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A widget for [Übersicht](http://tracesof.net/uebersicht/).
7
+
8
+

9
+
10
+
## Options
11
+
12
+
Options by [Joe Creighton](https://github.com/joecreighton).
13
+
14
+
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.
15
+
16
+
```
17
+
appearance =
18
+
secDigit: true
19
+
secHand : true
20
+
milTime : true
21
+
showAMPM: false
22
+
```
7
23
8
24
## License
25
+
9
26
*[Mozilla Public License 2.0](https://www.mozilla.org/MPL/2.0/)
0 commit comments