-
Notifications
You must be signed in to change notification settings - Fork 0
/
wtfutil-config.yml
56 lines (56 loc) · 1.27 KB
/
wtfutil-config.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
wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [32, 32, 32, 32, 90]
rows: [10, 10, 10, 4, 4, 90]
refreshInterval: 1
mods:
gcal:
colors:
title: "white"
eventTime: "lightblue"
description: "yellow"
past: "darkgrey"
highlights:
- ['1:1', 'green']
- [' / ', 'green']
calendarReadLevel: "reader"
conflictIcon: "🚨"
currentIcon: "💥"
displayResponseStatus: true
email: "EMAIL"
enabled: true
eventCount: 15
hourFormat: "12"
multiCalendar: true
position:
top: 0
left: 0
height: 4
width: 2
refreshInterval: 5m
# secret file from https://developers.google.com/calendar/api/quickstart/go
secretFile: "~/.config/wtf/gcal/client_secret.json"
showDeclined: true
showEndTime: false
timezone: "America/Los_Angeles"
withLocation: true
todo:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "todo.yml"
position:
top: 0
left: 2
height: 4
width: 2
refreshInterval: 1h