Git Product home page Git Product logo

iris-floss's Introduction

Iris Floss

Floss is implementation of blue light reduction software like Iris, f.lux, Redshift and Night Shift with minimum dependencies for all Linux distributions.

The only requirement to run Floss is to have Linux running with X11.

Since this project is open source you need to build it from source. To build Iris Floss

Install all needed dependencies on

Ubuntu

sudo apt-get install build-essential gcc make xorg-dev libx11-dev libxrandr-dev

Fedora

sudo dnf install gcc make libXrandr-devel

This will install gcc, make and xrandr. Then

make

from the iris-floss.c folder and then

./iris-floss

How to use

You can customize Color temperature and Brightness with command line arguments

./iris-floss 5000 90

Will set Color temperature to 5000K and Brightness to 90%

You can also set Color temperature and brightness per Monitor

To do this there is third parameter which is the monitor number

./iris-floss 6500 100
./iris-floss 3400 80 1

Will reset all monitors and set Color temperature to 3400K and Brightness to 80% on Monitor 1

./iris-floss 6500 100
./iris-floss 5000 100 2

Will reset all monitors and set Color temperature to 5000K and Brightness to 100% on Monitor 2

./iris-floss 0 50 1

Will set Color temperature to 0K and Brightness to 50% on Monitor 1

What about Wayland?

There is a way to get the similar thing for Wayland at the moment. For more info go here http://iristech.co/iris-floss-wayland/

Specially for all all people who like Linux.

http://iristech.co/iris-floss

iris-floss's People

Contributors

danielng01 avatar jacobembree avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.