28 lines
618 B
Markdown
28 lines
618 B
Markdown
# 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}}` |