A few weeks ago I installed the redshift application using:
sudo apt-get install redshift redshift-gtk
I've faced a lot of bugs with it, including not being able to disable it. It finally got to the point tonight where I uninstalled it, using:
sudo apt-get remove --purge redshift redshift-gtk
However, my screen is still tinted red. Doing the below removes no processes:
chris@pc:~$ sudo killall redshift
redshift: no process found
chris@pc:~$ sudo killall redshift-gtk
redshift-gtk: no process found
Looking through htop I can't see anything resembling redshift, although I may be overlooking something.
How can I end this once and for all? I'd rather avoid rebooting as I have a lot of applications open and I'd like to not have to reopen my workflow.