TickTick controls for Waybar and Walker. The bar shows overdue and due-today tasks, while Walker handles quick capture, detailed task entry, and completion.
You need Waybar, Walker, Node.js 20 or newer, and npm.
git clone https://github.com/KigoJomo/ticktick-waybar.git ~/.local/share/ticktick-waybar
~/.local/share/ticktick-waybar/install.shThe installer opens TickTick's OAuth flow, installs the TickTick glyph, backs up the active Waybar files, adds the module, and reloads Waybar. It also restricts the TickTick CLI credential files to your user account.
| Waybar action | What it does |
|---|---|
| Hover | Shows overdue and today's tasks |
| Left-click | Opens completion and task creation |
| Right-click | Adds a task to Inbox |
| Middle-click | Opens TickTick Today |
The same actions are available in a terminal.
tickbar menu
tickbar add
tickbar add --details
tickbar auth
tickbar refreshDetailed entry supports a description, due date, local time, priority, list, tags, and comma-separated subtasks. Dates accept today, tomorrow, YYYY-MM-DD, or YYYY-MM-DD HH:MM.
The Walker menu opens from a local snapshot, so TickTick API latency does not hold up the menu. A failed refresh leaves the previous result visible and marks it stale. Notes do not appear in the completion list.
The installer can target non-default Waybar files and either the left, centre, or right module group.
./install.sh \
--waybar-config ~/.config/waybar/config.jsonc \
--waybar-style ~/.config/waybar/style.css \
--position centerRuntime settings live in ~/.config/ticktick-waybar/config.json.
{
"cacheMinutes": 5,
"defaultProjectId": null,
"tooltipLimit": 8,
"timeZone": "Africa/Nairobi",
"todayUrl": "https://ticktick.com/webapp/#q/all/today"
}TickTick's API does not return Inbox in the project list. TickTick Waybar normally learns the Inbox ID from existing tasks. For a completely empty account, set defaultProjectId to the list ID returned by ticktick project list --json.
Update an existing install with git pull && ./install.sh --no-auth.
./uninstall.shPass --purge to sign out and remove the cache, state, and runtime configuration. Waybar backups remain in ~/.config/waybar/.ticktick-waybar-backups/.
npm ci
npm run verifyThe TickTick adapter uses the official @ticktick/ticktick-cli package. The glyph comes from simple-icons-font. See THIRD_PARTY_NOTICES.md for the bundled licence notices.
MIT licensed.


