A minimalist, cross-platform system tray timeboxing tool for Windows, macOS, and Linux, written in Python using pystray.
- Pick a countdown in number of minutes from the tray icon menu, and the icon will update every minute.
- When the time is up, the number turns red, emits a beep, and shakes the mouse. You need to double click the icon to silence this.
- Only allows one instance per machine.
py -3 -m venv .venvsource v- In Task Scheduler:
- Trigger: "On workstation unlock of any user" and "At log on of any user".
- Action: "Start a program" with "Powershell" and arguments "-WindowStyle hidden path\to\run.ps1"