A small application that helps managing time 🍅.
It also supports visual notifications:
And some degree of control:
To keep things simple, you just need any C++ compiler and at least wxWidgets 3.1.5.
- Create a directory to place the wxWidgets source code into. I will assume that this directory is C:\wxWidgets. The instructions in this post assume this location.
- Download the source code for the latest stable or latest development release from the wxWidgets download page.
- Open the downloaded file. Use the 7Zip utility to open the 7z file. Windows Explorer will open and expand the zip file.
- Expand the files into the directory you created in step 1.
- Start the CMake GUI.
- Specify the wxWidgets root as your source folder.
- Specify a path where the build files should be created. It's recommended to use a path outside the wxWidgets root folder.
- Press the Configure button and you will be asked which IDE or build system you wish to use.
- Optionally: Customize any of the options.
- Press the Generate button.
- Open the wxWidgets project with your preferred IDE and build it.
Minimize to Tray
MIT License. See LICENSE
.
Copyright (c) 2021 Igor Anikin.