blob: 1457526ad28806ee3f3bb647a89f743d4e7846fa (
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. Can be run as a daemon and calculates sunrise and sunset based on geo-pos lat/lon and sets the temperature accordingly.
## Usage
### Set latitude and longitude
```bash
$ cargo run -- --latitude 53.3498 --longitude 6.2603
```
### Reset
```bash
$ cargo run -- --reset
```
|