https://github.com/dincertekin/wineyecare
Windows app that reminds you to take regular breaks to protect your eyes and reduce screen fatigue.
https://github.com/dincertekin/wineyecare
csharp eye-care netcore windows windows-forms
Last synced: 2 months ago
JSON representation
Windows app that reminds you to take regular breaks to protect your eyes and reduce screen fatigue.
- Host: GitHub
- URL: https://github.com/dincertekin/wineyecare
- Owner: dincertekin
- License: mit
- Created: 2024-07-04T14:09:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-28T12:51:48.000Z (4 months ago)
- Last Synced: 2026-02-28T16:34:32.759Z (4 months ago)
- Topics: csharp, eye-care, netcore, windows, windows-forms
- Language: C#
- Homepage:
- Size: 180 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinEyeCare



WinEyeCare is a free Windows app that reminds you to take regular eye breaks while working. It follows the **20-20-20 rule**, so every 20 minutes you get a short break reminder, and every 2 hours a longer one.
## Screenshots
| App Startup | Notification Toast |
|---|---|
|  |  |
## Tech Stack
| Layer | Tool |
|---|---|
| Language | C# |
| UI Framework | Windows Forms |
| Platform | Windows 10+ |
## Installation
1. Download the latest release from the [Releases](https://github.com/dincertekin/wineyecare/releases/latest) page.
2. Extract and run `WinEyeCare.exe` — no installation required.
## Usage
- The app runs silently in the background and appears in the system tray.
- Double-click the tray icon to access settings and customize break intervals and startup preferences.
## Troubleshooting
If the app does not appear in the system tray, your tray may be hiding icons. Go to **Windows Taskbar Settings** and make sure WinEyeCare is set to always show.
## Contributing
Contributions are welcome! To get started:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/your-feature`).
3. Commit your changes (`git commit -m 'Add your feature'`).
4. Push to the branch (`git push origin feature/your-feature`).
5. Open a Pull Request.
For major changes, please open an issue first to discuss what you'd like to change.
## License
MIT License — see [LICENSE](./LICENSE) for details.