1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/linux/gummy.md
코드싸이 7598cffb1a
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>
2024-11-11 12:04:46 +09:00

610 B

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}}