MyNixOS website logo

Stalonetray configuration as a set of attributes.

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