gummy: add page (#9900)

pull/11/head
Maksim Verkhoturov 2023-03-02 23:10:01 +00:00 committed by GitHub
parent ff65957f4b
commit c58ac271b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages/linux/gummy.md Normal file
View File

@ -0,0 +1,28 @@
# 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}}`