Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 883 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 883 Bytes

i3blocks taskwarrior clojure

An i3blocks block for displaying Taskwarrior tasks in your i3bar. Written in Clojure for using with babashka (a native fast-starting Clojure scripting environment).

  1. No active tasks:

    pic-1

  2. Active task (with optional timeago bash script):

    pic-2

  3. Active task (without optional timeago bash script):

    pic-3

Requisites

  1. babashka
  2. i3blocks

Usage

  1. Copy ./i3blocks-task (and optionally ./timeago) in your $PATH.

  2. In your i3blocks config file:

    [taskw]
    full_text=...
    command=i3blocks-task
    interval=10
    format=json
    
  3. Restart i3