System Grab Bag

View all TLDR pages from Linux (or from all pages)

gummy

Screen brightness/temperature manager for Linux/X11. More information: https://github.com/Fushko/gummy.
  • Set the screen temperature to 3000K:
    gummy --temperature {{3000}}
  • Set the screen backlight to 50%:
    gummy --backlight {{50}}
  • Set the screen pixel brightness to 45%:
    gummy --brightness {{45}}
  • Increase current screen pixel brightness by 10%:
    gummy --brightness {{+10}}
  • Decrease current screen pixel brightness by 10%:
    gummy --brightness {{-10}}
  • Set the temperature and pixel brightness for the second screen:
    gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.