-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathClock
More file actions
37 lines (37 loc) · 1.11 KB
/
Clock
File metadata and controls
37 lines (37 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"ShowSeconds": 0,
"TimeFormat": "hh':'mm'",
"DateFormat": "ddd dd/M",
"WeekdayFormat": "dddd",
"TopLine": "",
"BottomLine": " %web1% %time% ",
"MiddleLine": "%weekday%",
"TooltipLine": "%web1_full%",
"Width": 180,
"Height": 60,
"TextSpacing": 1,
"WebContentsItems[0].Url": "http://localhost:8089/weather",
"WebContentsItems[0].BlockStart": "Current weather:",
"WebContentsItems[0].Start": "Current weather:",
"WebContentsItems[0].End": "C",
"WebContentsItems[0].MaxLength": 50,
"WebContentsUpdateInterval": 10,
"TimeStyle.Visible": 0,
"TimeStyle.TextColor": "#FFFFFF",
"TimeStyle.TextAlignment": "",
"TimeStyle.FontSize": 0,
"TimeStyle.FontFamily": "",
"TimeStyle.FontWeight": "",
"TimeStyle.FontStyle": "",
"TimeStyle.FontStretch": "",
"TimeStyle.CharacterSpacing": 0,
"DateStyle.TextColor": "#ebbcba",
"DateStyle.TextAlignment": "",
"DateStyle.FontSize": 11,
"DateStyle.FontFamily": "JetBrainsMono NF",
"DateStyle.FontWeight": "SemiLight",
"DateStyle.FontStyle": "",
"DateStyle.FontStretch": "",
"DateStyle.CharacterSpacing": 0,
"oldTaskbarOnWin11": 0
}