๐Ÿ”† Adaptive brightness based on screen contents
JavaScript
Switch branches/tags
Nothing to show
Fetching latest commitโ€ฆ
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
IconTemplate.png
IconTemplate@2x.png
LICENSE
README.md
lux.icns
lux.js
lux.png
main.js
package.json
yarn.lock

README.md

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