diff --git a/.config/wtf/config.yml b/.config/wtf/config.yml deleted file mode 100644 index 5e59659..0000000 --- a/.config/wtf/config.yml +++ /dev/null @@ -1,135 +0,0 @@ -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" diff --git a/.config/wtf/gcal-auth.json b/.config/wtf/gcal-auth.json deleted file mode 100644 index 21b3e6c..0000000 --- a/.config/wtf/gcal-auth.json +++ /dev/null @@ -1 +0,0 @@ -{"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"} diff --git a/.config/wtf/todo.yml b/.config/wtf/todo.yml deleted file mode 100644 index a82065f..0000000 --- a/.config/wtf/todo.yml +++ /dev/null @@ -1,13 +0,0 @@ -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: ' '