Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir/sctd
set color temperature daemon
https://github.com/amir/sctd
x11
Last synced: about 1 month ago
JSON representation
set color temperature daemon
- Host: GitHub
- URL: https://github.com/amir/sctd
- Owner: amir
- License: cc0-1.0
- Created: 2020-03-15T19:44:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-10T07:37:26.000Z (about 2 years ago)
- Last Synced: 2023-04-12T12:26:13.610Z (over 1 year ago)
- Topics: x11
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 30
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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. Transition logic is based on [redshift](https://github.com/jonls/redshift/).
## Installation
Precompiled binaries are [available](https://github.com/amir/sctd/releases).
## Usage
### Set latitude and longitude
```bash
$ sctd --latitude 53.3498 --longitude -6.2603
```### Reset
```bash
$ sctd --reset
```Executing `sctd` in `.xinitrc` is an easy way to start it with `startx`.