Skip to content

Latest commit

History

History
55 lines (38 loc) 路 1.41 KB

README.md

File metadata and controls

55 lines (38 loc) 路 1.41 KB

Lux

Adaptive brightness based on screen contents.
Made with love & Electron.



Lux was inspired by Lumen.

Install

Download the latest version, unzip, and move Lux.app into your Applications folder.

Usage

Do you work late at night with the lights off? Do you squint every time you switch between apps with light & dark themes?

Lux fixes this problem by automatically adjusting your screen brightness. Color samples are taken from your screen & based on that, Lux will automagically lighten/darken your screen brightness.

Important

While Lux is running you're not able to change your brightness level, simply turn off Lux to get back full control.

Make sure "Automatically adjust brightness" is disabled, you can find it in System Preferences -> Displays.

Dev

Install dependencies.

$ npm install

Launch dev environment.

$ npm run start

Package app.

$ npm run build

If you receive this Error: Module version mismatch, run the following command:

$ npm run rebuild