mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* linux/g*: add Korean translation * guake: fix typo * Update pages.ko/linux/genisoimage.md Co-authored-by: Chooooo <contact@choo.ooo> * linux/gnome-extensions: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
28 lines
610 B
Markdown
28 lines
610 B
Markdown
# 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}}`
|