Skip to content

πŸ“ Notion todo / task manager display module for Polybar

Notifications You must be signed in to change notification settings

zemmsoares/polybar-notion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

polybar-notion

polybar-notion

I've tried various methods to track my to-dos, but they were either too complex or inconvenient. By using this module with Notion, I can easily view my to-dos in the status bar. The way I have it set up, the module displays overdue tasks, tasks for today, and tasks without a due date. When a task's due date arrives, it moves into the today's tasks section, and incomplete tasks move into the overdue section. It's also convenient because I can manage my tasks on either my PC or mobile app, and the updates will be reflected in the status bar.

Installation

  1. Create a to-do list on Notion by going to "Templates" and selecting "To-do list". Reference Image

  2. Obtain an API key from Notion by following the instructions at https://developers.notion.com/docs/create-a-notion-integration.

  3. Obtain the database ID by copying the link to your to-do list in Notion. The database ID is the string of characters between "https://www.notion.so/" and "?v=" in the link.

  4. In your Notion integration settings, go to "Add Connections" and select the integration you created in step 2. Reference Image

  5. Create a config.json file in the same directory as main.py with the following contents, replacing the values with your own API key and database ID:

{
  "NOTION_API_KEY": "secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
  "NOTION_DATABASE_ID": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
  1. Edit main.py and change the path to your own config.json.

Module

[module/notion]
type = custom/script
interval = 10.0

exec = python -u ~/.config/polybar/custom-modules/notion/main.py
tail = true

click-left = xdg-open https://notion.so/