add new chinese translations
This commit is contained in:
20
pages.zh/linux/light.md
Normal file
20
pages.zh/linux/light.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# light
|
||||
|
||||
> 控制您屏幕的背光。
|
||||
> 更多信息:<https://manned.org/light>。
|
||||
|
||||
- 获取当前的背光值(以百分比表示):
|
||||
|
||||
`light`
|
||||
|
||||
- 将背光值设置为50%:
|
||||
|
||||
`light -S {{50}}`
|
||||
|
||||
- 从当前背光值中减少20%:
|
||||
|
||||
`light -U {{20}}`
|
||||
|
||||
- 在当前背光值上增加20%:
|
||||
|
||||
`light -A {{20}}`
|
Reference in New Issue
Block a user