sct.sh (197B)
1 #!/bin/sh 2 3 # Needs sct. The following script changes color temperature. 4 5 while true 6 do 7 if [ $(date '+%H') -gt 16 ] || [ $(date '+%H') -lt 10 ] 8 then 9 sct 4400 10 else 11 sct 5500 12 fi 13 sleep 60 14 done
scriptsmisc scripts and tools | |
git clone git://git.2f30.org/scripts | |
Log | Files | Refs |