Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

tjaartvdwalt/py3status-pomodoro-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

py3status-pomodoro-timer

A pomodoro timer for i3status using py3status

NOTE: THIS PLUGIN IS NOW OBSOLETE

Since I first wrote this plugin, I have stopped using the pomodoro technique. Py3status has also changed their code base so that users can contribute modules. Someone has contributed a pomodoro module and I suggest you use this one instead.

Installation

Firstly you need py3status configured for i3status. The process is descibed here. Copy the python script pomodoro.py to your py3status directory. (For me it is located at ~/.i3/i3status)

Restart i3 (mod+q)

What works

The timer counts down 25 minutes. When it reaches 0 it displays a notification to that effect using notify-send.

To start the countdown left click on the pomodoro module in the status bar.

To reset the time right click on the pomodoro module.

Planned improvements

  • Implement a pause feature.
  • Currently the time only updates when i3status refreshes (for me thats every 5 seconds). For my clock I used a workaround so that it counts every second (I have forgotten the exact details of how this works). I want to investigate if it is possible to use a similar solution for the pomodoro timer.
  • I would like to have some simple way to log your time(pomodoros). I really like gtimelog, maybe I will try to log pomodoros in the gtimelog format.

About

A pomodoro timer for i3status using py3status

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages