2023-03-02 23:10:01 +00:00
|
|
|
# gummy
|
|
|
|
|
|
|
|
> Screen brightness/temperature manager for Linux/X11.
|
2024-10-11 15:04:27 +02:00
|
|
|
> More information: <https://github.com/Gitoffthelawn/gummy>.
|
2023-03-02 23:10:01 +00:00
|
|
|
|
|
|
|
- Set the screen temperature to 3000K:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gummy {{[-t|--temperature]}} {{3000}}`
|
2023-03-02 23:10:01 +00:00
|
|
|
|
|
|
|
- Set the screen backlight to 50%:
|
|
|
|
|
|
|
|
`gummy --backlight {{50}}`
|
|
|
|
|
|
|
|
- Set the screen pixel brightness to 45%:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gummy {{[-b|--brightness]}} {{45}}`
|
2023-03-02 23:10:01 +00:00
|
|
|
|
|
|
|
- Increase current screen pixel brightness by 10%:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gummy {{[-b|--brightness]}} {{+10}}`
|
2023-03-02 23:10:01 +00:00
|
|
|
|
|
|
|
- Decrease current screen pixel brightness by 10%:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gummy {{[-b|--brightness]}} {{-10}}`
|
2023-03-02 23:10:01 +00:00
|
|
|
|
|
|
|
- Set the temperature and pixel brightness for the second screen:
|
|
|
|
|
2025-06-28 12:47:56 +03:00
|
|
|
`gummy {{[-s|--screen]}} {{1}} {{[-t|--temperature]}} {{3800}} {{[-b|--brightness]}} {{65}}`
|