LinuxCommandLibrary

gummy

Screen brightness/temperature manager for Linux/X11.

TLDR

Set the screen temperature to 3000K

$ gummy --temperature [3000]
copy


Set the screen backlight to 50%
$ gummy --backlight [50]
copy


Set the screen pixel brightness to 45%
$ gummy --brightness [45]
copy


Increase current screen pixel brightness by 10%
$ gummy --brightness [+10]
copy


Decrease current screen pixel brightness by 10%
$ gummy --brightness [-10]
copy


Set the temperature and pixel brightness for the second screen
$ gummy --screen [1] --temperature [3800] --brightness [65]
copy

Copied to clipboard