#brightness #display #monitor #calibration #control #config-file #utility

calibright

A brightness utility that allows you to calibrate brightness between monitors

11 releases

new 0.1.10 Nov 16, 2024
0.1.9 Oct 20, 2024
0.1.7 Apr 29, 2024
0.1.6 Mar 10, 2024
0.1.2 Mar 12, 2023

#74 in Configuration

Download history 231/week @ 2024-07-28 184/week @ 2024-08-04 367/week @ 2024-08-11 551/week @ 2024-08-18 501/week @ 2024-08-25 641/week @ 2024-09-01 613/week @ 2024-09-08 615/week @ 2024-09-15 647/week @ 2024-09-22 604/week @ 2024-09-29 471/week @ 2024-10-06 692/week @ 2024-10-13 858/week @ 2024-10-20 696/week @ 2024-10-27 1068/week @ 2024-11-03 832/week @ 2024-11-10

3,602 downloads per month
Used in 2 crates

GPL-3.0-only

32KB
682 lines

calibright

Docs

https://docs.rs/calibright

Usage

You can create a config file at $XDG_CONFIG_HOME/calibright/config.toml with a [global] section as well as separate sections for each display.

All of the sections allow the same parameters:

Key Value Default
root_scaling Scaling exponent reciprocal (ie. root) Allows values from 0.1 to 10.0 1.0
ddcci_sleep_multiplier See ddcutil documentation 1.0
ddcci_max_tries_write_read The maximum number of times to attempt writing to or reading from a ddcci monitor 10
calibration A pair of floats representing the the min and max brightness [0.0, 100.0]

A simple example config could look like:

[global]
ddcci_sleep_multiplier = 0.1

[ddcci6]
calibration = [0, 90]

[ddcci7]
calibration = [10, 80]

Dependencies

~11–23MB
~347K SLoC