-
Notifications
You must be signed in to change notification settings - Fork 0
/
wtf.sample.yml
176 lines (176 loc) Β· 3.53 KB
/
wtf.sample.yml
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [60, 40, 40, 40, 100]
rows: [10, 10, 10, 10, 10, 10]
refreshInterval: 1
mods:
github:
title: "\uf09b"
customQueries:
myRecents:
title: "My Recents"
filter: "is:pr is:closed author:jiajiawang"
perPage: 10
rocketList:
title: "π π"
filter: "is:open is:pr label::rocket:"
enabled: true
enableStatus: true
position:
top: 0
left: 0
height: 6
width: 1
refreshInterval: 300
repositories:
- "jiajiawang/dotfiles"
username: "jiajiawang"
todo:
title: "TODO β
"
checkedIcon: "β"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "todo.yml"
position:
top: 0
left: 1
height: 1
width: 2
refreshInterval: 3600
notes:
title: "Notes π"
type: "todo"
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "notes.yml"
position:
top: 1
left: 1
height: 1
width: 2
refreshInterval: 3600
ipinfo:
colors:
name: "lightblue"
value: "white"
enabled: true
position:
top: 3
left: 3
height: 1
width: 1
refreshInterval: 150
power:
enabled: true
position:
top: 0
left: 3
height: 1
width: 1
refreshInterval: 15
title: "β‘οΈ"
resourceusage:
cpuCombined: false
enabled: true
position:
top: 4
left: 3
height: 2
width: 1
refreshInterval: 1
showCPU: true
showMem: true
showSwp: true
clocks:
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
UTC: "Etc/UTC"
Beijing: "Asia/Shanghai"
SanFrancisco: "America/Los Angeles"
position:
top: 2
left: 3
height: 1
width: 1
refreshInterval: 15
sort: "alphabetical"
title: "Clocks π"
type: "clocks"
prettyweather:
title: "Weather π€"
enabled: true
city: "sydney"
position:
top: 1
left: 3
height: 1
width: 1
refreshInterval: 300
unit: "m"
view: 0
language: "en"
jira:
colors:
rows:
even: "lightblue"
odd: "white"
# JIRA domain
domain: "https://your_domain.atlassian.net/"
# JIRA email
email: "[email protected]"
enabled: false
jql: ""
position:
top: 2
left: 1
height: 2
width: 2
project: "RM"
refreshInterval: 600
# JIRA username
username: "your_username"
verifyServerCertificate: true
vim:
type: "subreddit"
enabled: true
numberOfPosts: 8
position:
top: 4
left: 1
height: 1
width: 2
sortOrder: top
subreddit: "vim"
topTimePeriod: week
refreshInterval: 600
nvim:
type: "subreddit"
enabled: true
numberOfPosts: 8
position:
top: 5
left: 1
height: 1
width: 2
sortOrder: top
subreddit: "neovim"
topTimePeriod: month
refreshInterval: 900