Files
tldr/pages.zh/linux/light.md

20 lines
317 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# light
> 控制您屏幕的背光。
> 更多信息:<https://manned.org/light>。
- 获取当前的背光值(以百分比表示):
`light`
- 将背光值设置为50
`light -S {{50}}`
- 从当前背光值中减少20
`light -U {{20}}`
- 在当前背光值上增加20
`light -A {{20}}`