aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5c1a7160333c70559d4b6dfb3d06806df39e06c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# sctd - set color temperature daemon

Based on [sct](https://flak.tedunangst.com/post/sct-set-color-temperature) by Ted Unangst. Calculates sunrise and sunset based on geo-pos lat/lon and sets the temperature accordingly. Can be left running, in which case transitions between tempratures.

## Usage

### Set latitude and longitude
```bash
$ cargo run -- --latitude 53.3498 --longitude -6.2603
```

### Reset
```bash
$ cargo run -- --reset
```