-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
106 lines (106 loc) · 2.59 KB
/
config.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"defaults": {
"color": "#ffffff"
},
"blocks": [{
"module": "Toggl",
"label": "",
"config": {
"apiToken": "",
"ytApiUrl": "",
"ytApiToken": "",
"tpApiUrl": "",
"tpApiToken": "",
"defaultWID": 336995,
"ticketNames": [
{
"name": "Általános adminisztrálás",
"ytId": "DOTO-2",
"projects": [
["General", "Admin, reporting","#1799"],
["General", "Email, Slack, Comments","#1801"]
]
}, {
"name": "HR issues",
"ytId": "DOTO-3",
"projects": [
["General","Feedback","#1792"],
["General","Learning","#1793"],
["DEV","Town Hall","#1794"],
["General","Break, Coffee","#1800"],
["General","HR","#1802"],
["Squad","1:1","#1804"],
["Squad","Retro","#1811"],
["DEV","Retro","#2065"]
]
},{
"name": "Adhoc issues",
"ytId": "DOTO-4",
"projects": [
["General","Ad-hoc Meeting","#1798"],
["Squad","Ad-hoc Meeting","#1805"],
["General","Other Role","#1894"],
["Developer","Maintenance","#2098"]
]
},{
"name": "Multiple release",
"ytId": "DOTO-5",
"projects": [
["Developer","Release","#1795"]
]
},{
"name": "Planning, afterplanning, PRM",
"ytId": "DOTO-7",
"projects": [
["General","Meeting","#1803"],
["Squad","Meeting","#1806"],
["Squad","Daily Standup","#1807"],
["Squad","Demo","#1808"],
["Squad","Grooming","#1809"],
["Squad","Iteration Planning","#1810"],
["General","Post Mortem","#1839"]
]
}
]
},
"interval": 1,
"info": {
"border_bottom": 2,
"border": "#909090"
}
},{
"module": "ExternalCmd",
"label": "",
"config": {
"command": "apt-get --just-print upgrade |grep Inst | wc -l"
},
"interval": 60,
"info": {
"border_bottom": 2,
"border": "#ff00ff"
}
},{
"module": "VolumeInfo",
"label": "V:",
"interval": 1,
"info": {
"border_bottom": 2,
"border": "#ff00ff"
}
},{
"module": "DateTime",
"label": "",
"interval": 1,
"info": {
"border_bottom": 2,
"border": "#ffffff"
}
},{
"module": "ExternalCmd",
"label": "",
"config": {
"on_click": "shutdown -h -t now"
},
"interval": 0
}]
}