Josh Fabean 4 years ago
parent
commit
67642994f5
3 changed files with 149 additions and 0 deletions
  1. +135
    -0
      .config/wtf/config.yml
  2. +1
    -0
      .config/wtf/gcal-auth.json
  3. +13
    -0
      .config/wtf/todo.yml

+ 135
- 0
.config/wtf/config.yml View File

@ -0,0 +1,135 @@
wtf:
colors:
border:
focusable: darkslateblue
focused: orange
normal: gray
grid:
columns: [40, 40]
rows: [13, 13, 4]
refreshInterval: 1
mods:
clocks:
colors:
rows:
even: "lightblue"
odd: "white"
enabled: true
locations:
Avignon: "Europe/Paris"
Barcelona: "Europe/Madrid"
Dubai: "Asia/Dubai"
Vancouver: "America/Vancouver"
Toronto: "America/Toronto"
position:
top: 0
left: 1
height: 1
width: 1
refreshInterval: 15
sort: "alphabetical"
gitlab:
apiKey: "YupQyyTFA9gjz5hxxKJq"
enabled: true
domain: https://gitlab.codekoalas.com/
position:
top: 0
left: 3
height: 2
width: 2
refreshInterval: 300
projects:
joco-library-d7: "joco-library"
username: "josh"
disks:
type: cmdrunner
cmd: "df"
args: ["-h"]
enabled: true
position:
top: 0
left: 2
height: 1
width: 1
refreshInterval: 3600
gcal:
colors:
title: "red"
description: "lightblue"
highlights:
- ['1on1|1\/11', 'green']
- ['apple|google|aws', 'blue']
- ['interview|meet', 'magenta']
- ['lunch', 'yellow']
past: "gray"
conflictIcon: "🚨"
currentIcon: "💥"
displayResponseStatus: true
email: "josh@codekoalas.com"
enabled: true
eventCount: 12
multiCalendar: false
position:
top: 0
left: 0
height: 3
width: 1
refreshInterval: 300
secretFile: "~/.config/wtf/gcal/client_secret.json"
showDeclined: true
timezone: "America/Chicago"
withLocation: true
todo:
checkedIcon: "X"
colors:
checked: gray
highlight:
fore: "black"
back: "orange"
enabled: true
filename: "todo.yml"
position:
top: 3
left: 0
height: 2
width: 1
refreshInterval: 3600
resourceusage:
enabled: true
position:
top: 1
left: 1
height: 2
width: 1
refreshInterval: 1
jira:
apiKey: "hPAbkYrboPqWbSbgKsRz6BB2"
colors:
rows:
even: "lightblue"
odd: "white"
domain: "https://codekoalas.atlassian.net"
email: "josh@codekoalas.com"
jqp: "status in (Implementing, 'In Progress', 'In QA', 'In Review', Open, 'Peer review / change manager approval', 'To Do') AND resolution = Unresolved AND status not in ('In Prod', 'Done', 'Closed') AND assignee = josh"
enabled: true
position:
top: 3
left: 1
height: 2
width: 2
project: ["RN", "NNU", "JCL", "SOCIYS", "SOCIYD"]
refreshInterval: 900
username: "josh"
verifyServerCertificate: true
prettyweather:
enabled: true
city: "Kansas City"
position:
top: 3
left: 3
height: 1
width: 2
refreshInterval: 300
unit: "u"
view: 0
language: "en"

+ 1
- 0
.config/wtf/gcal-auth.json View File

@ -0,0 +1 @@
{"access_token":"ya29.GltzB1pIzmvQUaq5ezmGRhRxE71bMHO2KT-LBaY7tYFO3GTPTW4UuRt5JFerErkBSN3EtaLKIFk7VsX6dVlIm9M_oZDKETmK77gK3OXcEE_dm1Z1xBdP_ZonnnWZ","token_type":"Bearer","refresh_token":"1/1S9lIJU4l7XP7_l-e9x5Vx_PerSzvixCOQeeZngJUFA","expiry":"2019-08-29T09:54:19.009013919-05:00"}

+ 13
- 0
.config/wtf/todo.yml View File

@ -0,0 +1,13 @@
items:
- checked: false
checkedicon: x
text: JOCO Library Content Type Diagram
uncheckedicon: ' '
- checked: true
checkedicon: x
text: Fix UMKC
uncheckedicon: ' '
- checked: true
checkedicon: x
text: test
uncheckedicon: ' '

Loading…
Cancel
Save