aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift-gtk (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-17[gtk] Set proc titlePhilipp Hagemeister2-0/+17
Try to set the process title during startup. Before, redshift-gtk appeared as a python process. This change enables `pgrep redshift-gtk` or `killall redshift-gtk`.
2014-01-01Fix PyGI deprecated warningsTingPing1-12/+12
2014-01-01Port redshift-gtk to Python3TingPing3-8/+15
Python 2 is no longer supported
2013-12-12Make redshift-gtk read output of the redshift child process.Jon Lund Steffensen1-103/+250
This allows redshift-gtk to show the current state of the redshift process. redshift-gtk follows the enable state of redshift and toggles the icon accordingly. The implementation is changed to use glib to spawn the child process instead of relying on python subprocess module. This is necessary because of inflexibility in the python module.
2013-12-11redshift-gtk: Use new GIR Gtk/Glib/AppIndicator bindingsJon Lund Steffensen1-26/+24
2013-12-10redshift-gtk: Make custom rule in Makefile.am silentJon Lund Steffensen1-1/+1
2013-03-05Rename gtk-redshift -> redshift-gtk.Jon Lund Steffensen6-0/+336
This is primarily for improved discovery. Some users report that they didn't know about redshift-gtk, but had it been available on tab completion they would have noticed. Also, I think it is in general good practice that closely related programs have the same prefix.