Keyboard shortcuts

Press ← or → to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.stalonetray.enable

Whether to enable Stalonetray system tray.

Type: boolean

Default:

false

Example:

true

Declared by:

services.stalonetray.package

The stalonetray package to use.

Type: package

Default:

pkgs.stalonetray

Declared by:

services.stalonetray.config

Stalonetray configuration as a set of attributes.

Type: attribute set of (null or string or boolean or signed integer)

Default:

{ }

Example:

{
  background = "#cccccc";
  decorations = null;
  geometry = "3x1-600+0";
  icon_size = 30;
  sticky = true;
}

Declared by:

services.stalonetray.extraConfig

Additional configuration lines for stalonetrayrc.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  geometry 3x1-600+0
  decorations none
  icon_size 30
  sticky true
  background "#cccccc"
''

Declared by: