Skip to content

p1eXu5/PomodoroWindowsTimer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodoro Windows Timer

Version: 3.0.0


Yet another Pomodoro timer for Windows with the following features:

  • Minimizes all windows when wokt time is gone. It really makes you distracted to make a decision to work further, getting covered in a ruddy crust or give your eyes a rest.

  • Telegram notifications. More often than not, rest is not at the computer and you need a bell for class.


Installation

  1. Create a Telegram bot
  2. Run PomodoroWindowsTimer.ChatIdGrabber to determine chat ID or use your own solution.
  3. Use appsettings.json keys:
{
  "BotConfiguration": {
    "BotToken": "<your_token>",
    "MyChatId": "<your_chat_id>"
  },
  "WorkDb": { 
    "ConnectionString": "Data Source=<path-to-sqlite-db-file>;"
  },
}

Interface


Main Window


main window


Time Point List left drawer


main window


Work List right drawer


main window


Telegram Bot settings dialog


main window


Work Statistic window

At par values are calcilated according pomodoro sequence.


main window


Work Statistic window Add Work Time dialog


main window


Work Statistic window Work Events dialog


main window