1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/linux/gummy.md

29 lines
610 B
Markdown
Raw Normal View History

# gummy
> Linux/X11용 화면 밝기/온도 관리 도구.
> 더 많은 정보: <https://github.com/Gitoffthelawn/gummy>.
- 화면 온도를 3000K로 설정:
`gummy --temperature {{3000}}`
- 화면 백라이트를 50%로 설정:
`gummy --backlight {{50}}`
- 화면 픽셀 밝기를 45%로 설정:
`gummy --brightness {{45}}`
- 현재 화면 픽셀 밝기를 10% 증가:
`gummy --brightness {{+10}}`
- 현재 화면 픽셀 밝기를 10% 감소:
`gummy --brightness {{-10}}`
- 두 번째 화면의 온도와 픽셀 밝기를 설정:
`gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}`