A simple desktop pomodoro timer written in python.
You will need Dzen2, and python3
You can use the timer by piping it to dzen2 with your desired settings. Make sure you run python with unbuffered stdout flag -u
For example:
cd dzen_timer
python -u time_controller.py | dzen2 -x 10 -y 1000 -w 300 -h 30 -u
NOTE: This will run the timer in a dzen title bar, (rather than a slave window). So it will elminate any existing dzen title bars. Depending on you display you will have to adjust the x and y coordinates to place it on your taskbar.