Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.12 KB

Timew

Interact with timewarrior and taskwarrior directly from i3blocks.

no active task

Integrated with taskwarrior, will allow to choose a pending task if any.

First windows with taskwarrior pending tasks

If there is no pending task or the user click on "cancel", a second floating window allows to input the task name.

floating windows to input task name

Show current task time when active.

active task, time tracking

Install

pip install -r requirements.txt

Two dependencies are required for this blocklet:

  • easygui: draw the windows
  • tasklib: interact with taskwarrior

Config

i3blocks

[timew]
interval=10
signal=10

i3

In order to have a floating window with i3.

# for python easygui
for_window [title="task" class="Tk"] floating enable

Upstream repository

The upstream repository is located on GitHub at maggick/i3blocks-timew.