Interact with timewarrior and taskwarrior directly from i3blocks.
Integrated with taskwarrior, will allow to choose a pending task if any.
If there is no pending task or the user click on "cancel", a second floating window allows to input the task name.
Show current task time when active.
pip install -r requirements.txt
Two dependencies are required for this blocklet:
- easygui: draw the windows
- tasklib: interact with taskwarrior
[timew]
interval=10
signal=10
In order to have a floating window with i3.
# for python easygui
for_window [title="task" class="Tk"] floating enable
The upstream repository is located on GitHub at maggick/i3blocks-timew.