linux/b*: add Korean translation (#14681)

This commit is contained in:
코드싸이
2024-11-08 15:53:25 +09:00
committed by GitHub
parent 53b2ce7e7f
commit 781a19fc2e
39 changed files with 909 additions and 0 deletions

24
pages.ko/linux/blight.md Normal file
View File

@@ -0,0 +1,24 @@
# blight
> 디스플레이 밝기를 변경하는 유틸리티.
> 더 많은 정보: <https://github.com/gutjuri/blight>.
- 디스플레이 밝기를 50%로 설정:
`blight set {{50}} -r`
- 현재 디스플레이 밝기 표시:
`blight show`
- 최대 디스플레이 밝기 출력:
`blight max`
- 디스플레이 밝기를 %만큼 증가:
`blight inc {{숫자}} -r`
- 내부 단위로 디스플레이 밝기 감소:
`blight dec {{숫자}}`