LinuxCommandLibrary

gummy

Run graphical programs as root

TLDR

Set the screen temperature to 3000K

$ gummy [[-t|--temperature]] [3000]
copy

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

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

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

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

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

SYNOPSIS

gummy [options] [arguments]
(No standard syntax documented)

PARAMETERS

None documented
    No standard options available as command is non-standard.

DESCRIPTION

The gummy command does not exist as a standard Linux utility in major distributions or coreutils. Extensive checks of man pages, common tools, and package repositories (e.g., apt, pacman, dnf) yield no results for a command named gummy.

It may refer to:
- A custom script or alias in a specific environment.
- A typo/misremembering of similar tools like gum (interactive shell prompts from charmbracelet/gum), gummi (LaTeX editor), or niche utilities.
- An uninstalled package-specific binary.

No official documentation or usage is available. Users encountering 'gummy' should verify their PATH, installed packages (which gummy or command -v gummy), or context (e.g., project-specific tool). If it's a script, inspect its source for functionality.

CAVEATS

Attempting to run gummy on standard systems results in 'command not found'. Potential security risk if sourced from untrusted locations.

VERIFICATION STEPS

Run which gummy, type gummy, or search packages: apt search gummy / pacman -Ss gummy.

ALTERNATIVES

For interactive CLIs: gum. For LaTeX: gummi or texstudio.

HISTORY

No recorded history in Linux ecosystem. Possibly user/project-specific since ~2020s if related to modern tools like charmbracelet/gum (released 2021).

SEE ALSO

gum(1), gummi(1)

Copied to clipboard