libix revised this gist 2 years ago. Go to revision
1 file changed, 26 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,26 @@ | |||
| 1 | + | "clock": { | |
| 2 | + | "format": "{:%d-%m-%y %H:%M} ", | |
| 3 | + | "format-alt": "{:%A, %B %d, %Y (%R)} ", | |
| 4 | + | "tooltip-format": "<tt><small>{calendar}</small></tt>", | |
| 5 | + | "calendar": { | |
| 6 | + | "mode" : "year", | |
| 7 | + | "mode-mon-col" : 3, | |
| 8 | + | "weeks-pos" : "right", | |
| 9 | + | "on-scroll" : 1, | |
| 10 | + | "on-click-right": "mode", | |
| 11 | + | "format": { | |
| 12 | + | "months": "<span color='#ffead3'><b>{}</b></span>", | |
| 13 | + | "days": "<span color='#ecc6d9'><b>{}</b></span>", | |
| 14 | + | "weeks": "<span color='#99ffdd'><b>W{}</b></span>", | |
| 15 | + | "weekdays": "<span color='#ffcc66'><b>{}</b></span>", | |
| 16 | + | "today": "<span color='#ff6699'><b><u>{}</u></b></span>" | |
| 17 | + | } | |
| 18 | + | }, | |
| 19 | + | "actions": { | |
| 20 | + | "on-click-right": "mode", | |
| 21 | + | "on-click-forward": "tz_up", | |
| 22 | + | "on-click-backward": "tz_down", | |
| 23 | + | "on-scroll-up": "shift_up", | |
| 24 | + | "on-scroll-down": "shift_down" | |
| 25 | + | } | |
| 26 | + | }, | |
Newer
Older