mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
109 lines
2.3 KiB
YAML
109 lines
2.3 KiB
YAML
wtf:
|
|
grid:
|
|
# How _wide_ the columns are, in terminal characters. In this case we have
|
|
# five columns, each of which are 37 characters wide
|
|
columns: [37, 37, 37, 37, 37]
|
|
|
|
# How _high_ the rows are, in terminal lines. In this case we have five rows
|
|
# that support ten line of text, and one of four
|
|
rows: [10, 10, 10, 10, 10, 4]
|
|
refreshInterval: 1
|
|
mods:
|
|
bamboohr:
|
|
enabled: true
|
|
position:
|
|
top: 0
|
|
left: 0
|
|
height: 2
|
|
width: 1
|
|
refreshInterval: 900
|
|
url: "https://api.bamboohr.com/api/gateway.php"
|
|
gcal:
|
|
currentIcon: "💥"
|
|
enabled: true
|
|
eventCount: 10
|
|
position:
|
|
top: 2
|
|
left: 1
|
|
height: 4
|
|
width: 1
|
|
refreshInterval: 300
|
|
secretFile: "~/.wtf/gcal/client_secret.json"
|
|
git:
|
|
commitCount: 5
|
|
enabled: true
|
|
position:
|
|
top: 0
|
|
left: 2
|
|
height: 2
|
|
width: 3
|
|
refreshInterval: 8
|
|
repository: "/Users/chris/go/src/github.com/senorprogrammer/wtf"
|
|
github:
|
|
enabled: true
|
|
owner: "senorprogrammer"
|
|
position:
|
|
top: 2
|
|
left: 2
|
|
height: 2
|
|
width: 3
|
|
refreshInterval: 300
|
|
repo: "wtf"
|
|
username: "senorprogrammer"
|
|
jira:
|
|
enabled: true
|
|
domain: "https://lendesk.atlassian.net"
|
|
position:
|
|
top: 1
|
|
left: 1
|
|
height: 1
|
|
width: 1
|
|
project: "WTF"
|
|
refreshInterval: 900
|
|
username: "chris.cummer"
|
|
newrelic:
|
|
applicationId: 10549735
|
|
enabled: true
|
|
deployCount: 10
|
|
position:
|
|
top: 4
|
|
left: 2
|
|
height: 2
|
|
width: 3
|
|
refreshInterval: 900
|
|
opsgenie:
|
|
enabled: true
|
|
position:
|
|
top: 2
|
|
left: 0
|
|
height: 2
|
|
width: 1
|
|
refreshInterval: 21600
|
|
security:
|
|
enabled: true
|
|
position:
|
|
top: 4
|
|
left: 0
|
|
height: 2
|
|
width: 1
|
|
refreshInterval: 3600
|
|
status:
|
|
enabled: false
|
|
position:
|
|
top: 5
|
|
left: 0
|
|
height: 1
|
|
width: 1
|
|
refreshInterval: 1
|
|
weather:
|
|
cityId: 6173331
|
|
enabled: true
|
|
language: "EN"
|
|
position:
|
|
top: 0
|
|
left: 1
|
|
height: 1
|
|
width: 1
|
|
tempUnit: "C"
|
|
refreshInterval: 900
|