https://github.com/fededp/clightd
A linux bus interface that lets you change screen brightness, compute captured webcam frames brightness and change screen temperature.
https://github.com/fededp/clightd
backlight bus-interface webcam
Last synced: 3 months ago
JSON representation
A linux bus interface that lets you change screen brightness, compute captured webcam frames brightness and change screen temperature.
- Host: GitHub
- URL: https://github.com/fededp/clightd
- Owner: FedeDP
- License: gpl-3.0
- Created: 2017-04-16T08:20:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T14:02:44.000Z (over 1 year ago)
- Last Synced: 2024-05-12T15:23:16.700Z (over 1 year ago)
- Topics: backlight, bus-interface, webcam
- Language: C
- Homepage:
- Size: 718 KB
- Stars: 81
- Watchers: 4
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Clightd [](https://github.com/FedeDP/clightd/actions/workflows/ci.yaml) [](https://github.com/FedeDP/clightd/actions/workflows/codeql.yaml)
[](https://repology.org/project/clightd/versions)
Clightd is a bus interface that lets you easily set/get screen brightness, gamma temperature and display dpms state.
Moreover, it enables getting ambient brightness through webcam frames capture or ALS devices.It works on both X, Wayland and tty.
On wayland specific protocols need to be implemented by your compositor; have a look at {Gamma, Dpms, Screen} wiki pages.Clightd is used as a backend by [Clight](https://github.com/FedeDP/Clight).
**For a guide on how to build, features and lots of other infos, refer to [Clightd Wiki Pages](https://github.com/FedeDP/Clightd/wiki).**
**Note that Wiki pages will always refer to master branch.**
*For any other info, please feel free to open an issue.*## Arch AUR packages
Clightd is available on AUR as both stable or devel package: https://aur.archlinux.org/packages/?K=clightd .
Note that devel package may break in some weird ways during development. Use it at your own risk.## License
This software is distributed with GPL license, see [COPYING](https://github.com/FedeDP/Clightd/blob/master/COPYING) file for more informations.