A linux terminal application that change screen color temperature.
If you're looking for the cinnamon applet the repository was renamed to QRedshiftCinnamon.
- X11 Support
- Wayland Support
- Different settings for each monitor
Basic: qredshift -t [temperature in Kelvin] -b [bright] -g [gamma]
Reset: qredshift -t
Parameter | Description |
---|---|
-h | Display this help |
-v | Show program version |
-i | Show display info |
-t 6500 | Temperature in kelvin |
-b 1.0 | Brightness from 0.1 to 1.0 |
-g 1.0 | Gamma from 0.1 to 1.0 |
- Install Dependencies
-
sudo sudo apt-get install libxrandr-dev libxcb1-dev libxcb-randr0-dev
-
- Build
-
make
-
- Install Docker
-
sudo apt-get install docker.io
-
- Build
-
sudo make all-docker
-
- Add Architectures
-
sudo dpkg --add-architecture amd64 sudo dpkg --add-architecture i386 sudo dpkg --add-architecture arm64 sudo dpkg --add-architecture armhf sudo dpkg --add-architecture armel sudo dpkg --add-architecture mips64el sudo dpkg --add-architecture mipsel sudo dpkg --add-architecture ppc64el sudo dpkg --add-architecture s390x
-
- Install Dependencies
-
sudo apt-get install gcc sudo apt-get install gcc-i686-linux-gnu sudo apt-get install gcc-aarch64-linux-gnu sudo apt-get install gcc-arm-linux-gnueabihf sudo apt-get install gcc-arm-linux-gnueabi sudo apt-get install gcc-mips64el-linux-gnuabi64 sudo apt-get install gcc-mipsel-linux-gnu sudo apt-get install gcc-powerpc64le-linux-gnu sudo apt-get install gcc-s390x-linux-gnu sudo apt-get install libxrandr-dev:* libxcb1-dev:* libxcb-randr0-dev:*
-
- Build
-
make all
-