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/conky.md Normal file
View File

@@ -0,0 +1,28 @@
# conky
> 轻量级系统监视器,适用于 X。
> 更多信息:<https://github.com/brndnmtthws/conky>。
- 使用默认的内置配置启动:
`conky`
- 创建一个新的默认配置:
`conky -C > ~/.conkyrc`
- 使用指定的配置文件启动 Conky
`conky -c {{path/to/config}}`
- 在后台启动 (守护进程化)
`conky -d`
- 在桌面上对齐 Conky
`conky -a {{top|bottom|middle}}_{{left|right|middle}}`
- 启动时暂停 5 秒后再启动:
`conky -p {{5}}`