Skip to content

Instantly share code, notes, and snippets.

@Austcool-Walker
Last active January 11, 2021 21:16
Show Gist options
  • Save Austcool-Walker/554207da8db202f0ba712fbdcd5fb573 to your computer and use it in GitHub Desktop.
Save Austcool-Walker/554207da8db202f0ba712fbdcd5fb573 to your computer and use it in GitHub Desktop.
my redshift configuration file.

Run these commands in TTY or Terminal

mkdir -p ~/.config/redshift && curl https://gist.github.com/Austcool-Walker/554207da8db202f0ba712fbdcd5fb573/raw/fb941c300aeb01236d9eaab408030a64a7490a17/redshift.conf --progress-bar -L -o ~/.config/redshift/redshift.conf && sudo chmod -v +x ~/.config/redshift/redshift.conf
; Global settings for redshift
[redshift]
; Set the day and night screen temperatures
temp-day=4700
temp-night=2600
; Set the location-provider: 'geoclue', 'geoclue2', 'manual'
; type 'redshift -l list' to see possible values.
; The location provider settings are in a different section.
location-provider=geoclue2
; Configuration of the location-provider:
; type 'redshift -l PROVIDER:help' to see the settings.
; ex: 'redshift -l manual:help'
; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
; are negative numbers.
[manual]
lat=41.2932514
lon=-82.598875
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment