tldr/pages.zh/osx/brightness.md

17 lines
264 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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