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

@@ -0,0 +1,28 @@
# trayer
> 一个轻量级的基于 GTK-2 的系统托盘。
> 更多信息:<https://github.com/sargon/trayer-srg>。
- 运行 `trayer`
`trayer`
-`trayer` 定位到特定边缘:
`trayer --edge {{left|right|top|bottom}}`
- 提供面板的特定高度和宽度(以像素为单位):
`trayer --width {{10}} --height {{32}}`
- 以像素或百分比提供面板的宽度:
`trayer --widthtype {{pixel|percent}} --width {{72}}`
-`trayer` 对齐到特定方向:
`trayer --align {{left|center|right}}`
- 提供图标之间的间距(以像素为单位):
`trayer --iconspacing {{10}}`