Files
tldr/pages.zh/osx/brightness.md

17 lines
264 B
Markdown
Raw 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.

# brightness
> 获取或设置所有显示设备的亮度等级。
> 更多信息:<https://github.com/nriley/brightness>.
- 显示当前亮度:
`brightness -l`
- 设置亮度到 100%:
`brightness {{1}}`
- 设置亮度到 50%:
`brightness {{0.5}}`