Google Spreadsheets
+ +Added in v0.0.7
.
Display information
+wtf/gspreadsheets/
Required ENV Variables
+ +None.
+ +Keyboard Commands
+ +None.
+ +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: "~/.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.
+Values: true
, false
.
position
+Where in the grid this module’s widget will be displayed.
refreshInterval
+How often, in seconds, this module will update its data.
+Values: A positive integer, 0..n
.
secretFile
+Your Google client secret JSON file.
+Values: A string representing a file path to the JSON secret file.