LinuxCommandLibrary

gummy

screen brightness and color temperature manager for Linux systems running X11

TLDR

Set screen temperature to 3000K

$ gummy -t [3000]
copy
Set screen backlight to 50%
$ gummy --backlight [50]
copy
Set screen pixel brightness to 45%
$ gummy -b [45]
copy
Increase current brightness by 10%
$ gummy -b +10
copy
Decrease current brightness by 10%
$ gummy -b -10
copy
Set temperature and brightness for a specific screen
$ gummy -s [1] -t [3800] -b [65]
copy

SYNOPSIS

gummy [options]

DESCRIPTION

gummy is a screen brightness and color temperature manager for Linux systems running X11. It provides both software-based (gamma) adjustments and hardware backlight control.
The tool can adjust color temperature for reduced eye strain, particularly useful for night-time computing. Brightness can be controlled either through software gamma correction or hardware backlight where available.

PARAMETERS

-t, --temperature KELVIN

Set screen color temperature in Kelvin
-b, --brightness PERCENT
Set pixel brightness (use +/- for relative changes)
--backlight PERCENT
Set hardware backlight level
-s, --screen NUMBER
Apply settings to specific screen (0-indexed)

CAVEATS

Requires X11; does not work with Wayland. Hardware backlight control may require appropriate permissions or udev rules. Software brightness affects gamma, not actual backlight intensity.

HISTORY

gummy was developed as a simple, command-line alternative to graphical redshift applications for managing screen brightness and temperature on Linux.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community