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

618 B
Raw Permalink Blame History

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