guake: fix typo, linux/g*: add Korean translation (#14704)
* 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>
This commit is contained in:
28
pages.ko/linux/gummy.md
Normal file
28
pages.ko/linux/gummy.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user