An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# WinEyeCare

![Platform](https://img.shields.io/badge/platform-Windows%2010%2B-blue)
![License](https://img.shields.io/badge/license-MIT-green)
![Release](https://img.shields.io/github/v/release/dincertekin/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 |
|---|---|
| ![App Startup](screenshots/screenshot_1.png) | ![Notification Toast](screenshots/screenshot_2.png) |

## 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.