Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bencevans/lumenaire

💡 Automagical screen brightness based on screen content
https://github.com/bencevans/lumenaire

Last synced: about 1 month ago
JSON representation

💡 Automagical screen brightness based on screen content

Awesome Lists containing this project

README

        


Lumenaire


The automatic screen brightness tool. For Mac, Windows, and Linux.

Lumenaire is a cross platform implementation of Lumen.

## Development

```
# Clone and enter project
$ git clone https://github.com/bencevans/lumenaire.git
$ cd lumenaire

# Install deps and run in development
$ npm install
$ npm start

# Package for specific OS
$ npm run package-linux
$ npm run package-osx
$ npm run package-win32

# Package for all OSs
$ npm run package-all
```

## Licence

MIT © [Ben Evans](https://bencevans.io)