1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 18:22:08 +02:00
tldr/pages/linux/gummy.md
2024-10-11 15:04:27 +02:00

28 lines
632 B
Markdown

# gummy
> Screen brightness/temperature manager for Linux/X11.
> More information: <https://github.com/Gitoffthelawn/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}}`