Created
January 28, 2020 20:43
-
-
Save frederikstroem/d3ad1b815e13b816bbf600b103181083 to your computer and use it in GitHub Desktop.
A sleppy alias using redshift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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