-
Notifications
You must be signed in to change notification settings - Fork 1
/
wtfutil.yml
165 lines (165 loc) · 3.37 KB
/
wtfutil.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
wtf:
colors:
background: black
border:
focusable: darkslateblue
focused: orange
normal: gray
checked: yellow
highlight:
fore: black
back: gray
rows:
even: yellow
odd: white
grid:
columns: [40, 40, 70, 90]
rows: [13, 13, 4]
refreshInterval: 1
# term: "xterm-256color"
openFileUtil: "vim"
mods:
todo:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "todo.yml"
position:
top: 0
left: 2
height: 2
width: 1
refreshInterval: 3600
clocks:
title: 🕗 World Clocks
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
Amsterdam: "Europe/Amsterdam"
Austin: "US/Central"
Berlin: "Europe/Berlin"
London: "Europe/London"
São Paulo: "America/Sao_Paulo"
Tokyo: "Asia/Tokyo"
Toronto: "America/Toronto"
UTC: "Etc/UTC"
Vancouver: "America/Vancouver"
position:
top: 0
left: 0
height: 1
width: 1
refreshInterval: 15
sort: "chronological"
digitalclock:
color: orange
enabled: true
font: bigfont
hourFormat: 24
position:
top: 0
left: 1
height: 1
width: 1
refreshInterval: 1
title: "big clock"
type: "digitalclock"
security:
enabled: true
position:
top: 1
left: 0
height: 1
width: 1
refreshInterval: 3600
resourceusage:
enabled: true
position:
top: 4
left: 3
height: 2
width: 1
refreshInterval: 1
cmdrunner:
args: ["-h"]
cmd: "df"
enabled: true
position:
top: 2
left: 3
height: 2
width: 1
refreshInterval: 30
uptime:
type: cmdrunner
args: [""]
cmd: "uptime"
enabled: true
position:
top: 2
left: 0
height: 1
width: 2
refreshInterval: 30
ipapi:
colors:
name: "lightblue"
value: "white"
enabled: true
position:
top: 1
left: 1
height: 1
width: 1
refreshInterval: 300
prettyweather:
title: ⛅ Pretty Weather
enabled: true
city: "vancouver"
position:
top: 3
left: 0
height: 3
width: 3
refreshInterval: 300
unit: "m"
view: 2
language: "en"
gcal:
title: 📆 Calendar
colors:
eventTime: "lightblue"
description: "yellow"
highlights:
- ['1on1|1\/11', "green"]
- ["apple|google|aws", "blue"]
- ["interview|meet", "magenta"]
- ["lunch", "yellow"]
past: "gray"
calendarReadLevel: "reader"
conflictIcon: "🚨"
currentIcon: "💥"
displayResponseStatus: true
email: ""
enabled: true
eventCount: 15
hourFormat: "24"
multiCalendar: true
position:
top: 0
left: 3
height: 2
width: 1
refreshInterval: 5m
secretFile: "~/.config/wtf/gcal/client_secret.json"
showDeclined: true
showEndTime: true
timezone: "America/Vancouver"
withLocation: true