No description
Find a file
2019-11-12 11:53:43 +02:00
src Version 0.1.1. Added brigthness control. 2019-11-12 11:53:43 +02:00
.gitignore Initial implementation 2019-10-04 16:35:27 +03:00
LICENSE Initial implementation 2019-10-04 16:35:27 +03:00
README.md Initial implementation 2019-10-04 16:35:27 +03:00
xcm.nimble Version 0.1.1. Added brigthness control. 2019-11-12 11:53:43 +02:00

xcm

Color management CLI application. Allows setting arbitrary color transformation matrix, saturation, degamma, preset and custom regamma values.

Installation

nimble install xcm

Required dependencies are x11, xrandr and libdrm.

Example usage

xcm saturation 2
xcm regamma 1 2 3
xcm degamma linear
xcm matrix 0 0 0 1 1 0 0 0 1

CLI interface is using cligen, so you can abbreviate any command and option like this:

xcm s 2
xcm d l