|
1 | 1 | { |
2 | | - "config_version": "1.0", |
3 | | - "timezones": [ |
4 | | - { |
5 | | - "Name": "New York", |
6 | | - "TZ": "America/New_York" |
7 | | - }, |
8 | | - { |
9 | | - "Name": "Berlin", |
10 | | - "TZ": "Europe/Berlin" |
11 | | - }, |
12 | | - { |
13 | | - "Name": "Shanghai", |
14 | | - "TZ": "Asia/Shanghai" |
15 | | - }, |
16 | | - { |
17 | | - "Name": "Sydney", |
18 | | - "TZ": "Australia/Sydney" |
19 | | - } |
20 | | - ], |
21 | | - "style": { |
22 | | - "symbols": "rectangles", |
23 | | - "colorize": false, |
24 | | - "day_segments": { |
25 | | - "morning": 6, |
26 | | - "day": 8, |
27 | | - "evening": 18, |
28 | | - "night": 22 |
29 | | - }, |
30 | | - "coloring": { |
31 | | - "StaticColorMorning": "red", |
32 | | - "StaticColorDay": "yellow", |
33 | | - "StaticColorEvening": "red", |
34 | | - "StaticColorNight": "blue", |
35 | | - "StaticColorForeground": "", |
36 | | - "DynamicColorMorning": "red", |
37 | | - "DynamicColorDay": "yellow", |
38 | | - "DynamicColorEvening": "red", |
39 | | - "DynamicColorNight": "blue", |
40 | | - "DynamicColorForeground": "", |
41 | | - "DynamicColorBackground": "" |
42 | | - } |
| 2 | + "config_version": "1.0", |
| 3 | + "timezones": [ |
| 4 | + { |
| 5 | + "Name": "New York", |
| 6 | + "TZ": "America/New_York" |
43 | 7 | }, |
44 | | - "tics": false, |
45 | | - "stretch": true, |
46 | | - "hours12": false, |
47 | | - "live": false |
| 8 | + { |
| 9 | + "Name": "Berlin", |
| 10 | + "TZ": "Europe/Berlin" |
| 11 | + }, |
| 12 | + { |
| 13 | + "Name": "Shanghai", |
| 14 | + "TZ": "Asia/Shanghai" |
| 15 | + }, |
| 16 | + { |
| 17 | + "Name": "Sydney", |
| 18 | + "TZ": "Australia/Sydney" |
| 19 | + } |
| 20 | + ], |
| 21 | + "style": { |
| 22 | + "symbols": "rectangles", |
| 23 | + "colorize": false, |
| 24 | + "day_segments": { |
| 25 | + "morning": 6, |
| 26 | + "day": 8, |
| 27 | + "evening": 18, |
| 28 | + "night": 22 |
| 29 | + }, |
| 30 | + "coloring": { |
| 31 | + "StaticColorMorning": "red", |
| 32 | + "StaticColorDay": "yellow", |
| 33 | + "StaticColorEvening": "red", |
| 34 | + "StaticColorNight": "blue", |
| 35 | + "StaticColorForeground": "", |
| 36 | + "DynamicColorMorning": "red", |
| 37 | + "DynamicColorDay": "yellow", |
| 38 | + "DynamicColorEvening": "red", |
| 39 | + "DynamicColorNight": "blue", |
| 40 | + "DynamicColorForeground": "", |
| 41 | + "DynamicColorBackground": "" |
| 42 | + } |
| 43 | + }, |
| 44 | + "tics": false, |
| 45 | + "stretch": true, |
| 46 | + "hours12": false, |
| 47 | + "live": false |
48 | 48 | } |
0 commit comments