Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 780 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 780 Bytes

Waybar taskwarrior hook

Hook to integrate taskwarrior's tasks into a custom waybar module

How to use

  1. Clone the repo:
git clone [email protected]:spivi269/waybar-taskwarrior-hook.git
  1. Look at sample-waybar-config.jsonc and adapt your own waybar's config.jsonc accordingly:
more sample-waybar-config.jsonc

Note

Notice that you will need the "signal": 8, as the hook uses SIGRTMIN+8 to signal a change to waybar

  1. Build and install the hook:

If using the default location for task config (~/.task/hooks/):

make install

If you changed the default path to something else you can do:

make install TARGET_DIR=/your/custom/directory

The hook sends SIGRTMIN+8 to all waybar instances to update.