Todoist
Traducción Beta No Oficial
Esta página fue traducida por PageTurner AI (beta). No está respaldada oficialmente por el proyecto. ¿Encontraste un error? Reportar problema →
Qué hace
Muestra tus tareas diarias desde Todoist.
El segmento necesita una API Key de tu perfil de Todoist para funcionar.
Configuración de ejemplo
- json
- yaml
- toml
{
"type": "todoist",
"style": "powerline",
"powerline_symbol": "",
"foreground": "#ffffff",
"background": "#FF0000",
"template": "{{.TaskCount}}",
"options": {
"api_key": "<YOUR_API_KEY>",
"http_timeout": 500
}
}
type: todoist
style: powerline
powerline_symbol:
foreground: "#ffffff"
background: "#FF0000"
template: "{{.TaskCount}}"
options:
api_key: <YOUR_API_KEY>
http_timeout: 500
type = "todoist"
style = "powerline"
powerline_symbol = ""
foreground = "#ffffff"
background = "#FF0000"
template = "{{.TaskCount}}"
[options]
api_key = "<YOUR_API_KEY>"
http_timeout = 500
Opciones
| Name | Type | Default | Description |
|---|---|---|---|
api_key | string | . | Your API Key from Todoist |
http_timeout | int | 20 | The time (in milliseconds, ms) it takes to consider an http request as timed-out. If no segment is shown, try increasing this timeout. |
Plantilla (info)
plantilla predeterminada
{{ .TaskCount }}
Propiedades
| Name | Type | Description |
|---|---|---|
.TaskCount | int | the number of tasks due today |