I want to try if it can increase my reading productivity.
Asked
Active
Viewed 844 times
0
-
Redshift already installed, it only change brightness based on times and the "Yellow" is still not yellow as in my Xiaomi phone. – Yudi Supriyadi Dec 13 '17 at 09:35
-
https://askubuntu.com/questions/565963/how-can-i-set-a-certain-temperature-on-redshift? – muru Dec 13 '17 at 10:06
1 Answers
0
You can use some software like f.lux, you can install it by typing in terminal:
wget -c https://justgetflux.com/linux/xflux64.tgz
tar -xvzf xflux64.tgz
rm -rf xflux64.tgz
sudo cp xflux /usr/bin/
sudo chmod 755 /usr/bin/xflux
Note: I supossed that you have a 64bit version.

Javier S.G.
- 56