https://github.com/cobinja/cobi_redshift
https://github.com/cobinja/cobi_redshift
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cobinja/cobi_redshift
- Owner: Cobinja
- License: apache-2.0
- Created: 2024-07-30T13:49:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T13:52:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-07T04:44:05.069Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cobi-redshift
A linux terminal application that change screen color temperature.
This is a re-implementation of [QRedshift](https://github.com/raphaelquintao/QRedshift) in python.
In contrast to the original, cobi-redshift currently only support XRandr, not XCB, due to the lack of python bindings for xcb.
## Features
- [x] X11 Support
- [ ] Wayland Support
- [ ] Different settings for each monitor
## Usage
Basic: `cobi_redshift -t [temperature in Kelvin] -b [bright] -g [gamma]`
Reset: `cobi_redshift`
| Parameter | Description |
|-----------|----------------------------|
| -h | Display this help |
| -v | Show program version |
| -i | Show display info |
| -t 6500 | Temperature in kelvin |
| -b 1.0 | Brightness from 0.1 to 1.0 |
| -g 1.0 | Gamma from 0.1 to 1.0 |
## Installation
Run this command: `sudo make install`