Files
tldr/pages.zh/linux/trayer.md

28 lines
618 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`