Skip to content

Instantly share code, notes, and snippets.

@frederikstroem
Created January 28, 2020 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frederikstroem/d3ad1b815e13b816bbf600b103181083 to your computer and use it in GitHub Desktop.
Save frederikstroem/d3ad1b815e13b816bbf600b103181083 to your computer and use it in GitHub Desktop.
A sleppy alias using redshift
alias night="redshift -v -P -O 2000K"
alias night1500="redshift -v -P -O 1500K"
alias night2500="redshift -v -P -O 2500K"
alias night3000="redshift -v -P -O 3000K"
alias night3500="redshift -v -P -O 3500K"
alias night4000="redshift -v -P -O 4000K"
alias night4500="redshift -v -P -O 4500K"
alias nightOff="redshift -v -x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment