friendkak / redswitch

Allows the use of Redshift with automatic position updating, without the complexity of GeoClue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redswitch

Redswitch allows the use of Redshift with automatic position updating, without the complexity of GeoClue.

Redswitch fetches the current location via the Mozilla Location Service (using GeoClue's API key, which may go away). The result is stored and compared against the previous location to determine if the device has moved. If a change in location is detected, Redshift is killed and relaunched with the new location (this will result in a noticeable flash, but there seems to be no alternative since Redshift cannot reload its settings while running). If Redshift is not running, it is launched. If no change in location is detected and Redshift is already running, nothing happens. Because the location information is stored, this can safely be used to launch Redshift when the machine is offline (or when the Mozilla Location Service API is down or rate-limited).

My laptop does not experience frequent, drastic changes in location. I find that having the script automatically execute once upon login is adequate for my needs. If you're jetting around the world, you could periodically execute the script via cron or a systemd timer.

About

Allows the use of Redshift with automatic position updating, without the complexity of GeoClue

License:The Unlicense


Languages

Language:Shell 100.0%