I added Redshift Control Plasmoid, added some settings, but nothing happens. Running redshift from command line changes colort temperature, but plasmoid always shows 6500K. However mouse wheel up/down changes this value. Here is screenshots of plasmoid settings:

enter image description here

redshift plasmoid settings

What am I missing? Forums say that nothing else has to be done.

1

1 Answer

Finally, I solved it by removing plasmoid and starting redshift from a script (KDE built-in autostart):

andreyv@desktop-99:~$ cat ./redshift.sh /usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log & andreyv@desktop-99:~$ cat ./.config/redshift.conf [redshift] temp-day=6500 temp-night=4000 transition=0 gamma=1.0 location-provider=manual [manual] lat=56.0 lon=60.0 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy