add new chinese translations
This commit is contained in:
24
pages.zh/linux/xbacklight.md
Normal file
24
pages.zh/linux/xbacklight.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# xbacklight
|
||||
|
||||
> 使用 RandR 扩展调整背光亮度的实用程序。
|
||||
> 更多信息:<https://gitlab.freedesktop.org/xorg/app/xbacklight>。
|
||||
|
||||
- 获取当前屏幕亮度的百分比:
|
||||
|
||||
`xbacklight`
|
||||
|
||||
- 将屏幕亮度设置为 40%:
|
||||
|
||||
`xbacklight -set {{40}}`
|
||||
|
||||
- 当前亮度增加 25%:
|
||||
|
||||
`xbacklight -inc {{25}}`
|
||||
|
||||
- 当前亮度减少 75%:
|
||||
|
||||
`xbacklight -dec {{75}}`
|
||||
|
||||
- 在 60 秒内将背光增加到 100%(值以毫秒为单位),使用 60 个步骤:
|
||||
|
||||
`xbacklight -set {{100}} -time {{60000}} -steps {{60}}`
|
Reference in New Issue
Block a user