brightness: add Chinese translation

italian
wizarot 2019-02-26 11:08:16 +08:00 committed by Starbeamrainbowlabs
parent a28a1c79ef
commit 7a90225164
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# brightness
> 获取或设置所有显示设备的亮度等级.
- 显示当前亮度:
`brightness -l`
- 设置亮度到 100%::
`brightness {{1}}`
- 设置亮度到 50%::
`brightness {{0.5}}`