https://github.com/walkersutton/redeye
tints your screen red as your battery runs low
https://github.com/walkersutton/redeye
battery macos menu-bar sparkle swift swiftui
Last synced: 26 days ago
JSON representation
tints your screen red as your battery runs low
- Host: GitHub
- URL: https://github.com/walkersutton/redeye
- Owner: walkersutton
- License: mit
- Created: 2023-01-13T07:10:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-06-01T04:08:04.000Z (about 1 month ago)
- Last Synced: 2026-06-01T05:23:51.136Z (about 1 month ago)
- Topics: battery, macos, menu-bar, sparkle, swift, swiftui
- Language: Swift
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
redeye
A macOS menu bar app that tints your display red as your battery runs low — so you never get surprised by a dead laptop.

## How it works
When your battery drops below ~10%, redeye fades a red overlay across all connected displays. The overlay intensifies as the battery drains further. Plugging in clears it immediately.
## Features
- Red overlay that intensifies with battery drain
- Multi-display support
- Launch at login
- Auto-updates via Sparkle
- Optional menu bar icon
## Install
Download the latest `redeye.dmg` from the [Releases](../../releases) page and drag app to your Applications folder.
> **Note:** Release builds are ad-hoc signed (not notarized). On first launch, go to **System Setting** -> **Privacy & Security** -> **Open Anyway**
>
>
> 
## Development
```sh
make setup # install swiftlint + swiftformat, activate git hooks
make preview # kill any running redeye, build Release, open the app
```
`make setup` only needs to be run once per clone. It installs the required tools via Homebrew and points git at the `.githooks/` directory, which runs SwiftFormat + SwiftLint on commit and a Debug build on push.
## Requirements
- macOS 13 Ventura or later