Google Apps on WTF - the terminal dashboard /modules/google/ Recent content in Google Apps on WTF - the terminal dashboard Hugo -- gohugo.io en-us Tue, 14 Aug 2018 01:39:58 -0700 Google Calendar /modules/google/gcal/ Thu, 10 May 2018 08:25:33 -0700 /modules/google/gcal/ Displays your upcoming Google calendar events. Not: Setting up access to Google Calendars for Go is a bit unobvious. Check out Google’s Go Quickstart first and if you have problems, then take a look at this comment by WesleydeSouza which offers a slightly different approach. Source Code wtf/gcal/ Configuration 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: "chriscummer@me. Google Spreadsheets /modules/google/gspreadsheet/ Sun, 10 Jun 2018 18:26:26 -0400 /modules/google/gspreadsheet/ Added in v0.0.7. Display information from cells in a Google Spreadsheet. wtf/gspreadsheets/ Configuration gspreadsheets: colors: values: "green" cells: names: - "Cell 1 name" - "Cell 2 name" addresses: - "A1" - "A2" enabled: true position: top: 0 left: 0 width: 1 height: 1 refreshInterval: "300" secretFile: "~/.config/wtf/gspreadsheets/client_secret.json" sheetId: "id_of_google_spreadsheet" Attributes colors.values The color to display the cell values in. Values: Any X11 color name. cells.names cells.addresses enabled Whether or not this module is executed and if its data displayed onscreen.