add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

28
pages.zh/linux/gummy.md Normal file
View File

@@ -0,0 +1,28 @@
# gummy
> Linux/X11 的屏幕亮度/温度管理器。
> 更多信息: <https://github.com/Gitoffthelawn/gummy>。
- 将屏幕温度设置为 3000K
`gummy --temperature {{3000}}`
- 将屏幕背光设置为 50%
`gummy --backlight {{50}}`
- 将屏幕像素亮度设置为 45%
`gummy --brightness {{45}}`
- 将当前屏幕像素亮度提高 10%
`gummy --brightness {{+10}}`
- 将当前屏幕像素亮度降低 10%
`gummy --brightness {{-10}}`
- 为第二个屏幕设置温度和像素亮度:
`gummy --screen {{1}} --temperature {{3800}} --brightness {{65}}`