Trayer configuration as a set of attributes. Further details can be found at https://github.com/sargon/trayer-srg.
Property Name | Type | Values | Default |
---|---|---|---|
SetDockType | boolean | true|false | true |
SetPartialStrut | boolean | true|false | true |
align | string | left|right|center | center |
alpha | signed integer | number | 127 |
distance | signed integer | number | 0 |
distancefrom | string | left|right|top|bottom | top |
edge | string | left|right|top|bottom|none | bottom |
expand | boolean | true|false | true |
height | signed integer | number | 26 |
heighttype | string | request|pixel | pixel |
iconspacing | signed integer | number | 0 |
margin | signed integer | number | 0 |
monitor | string | number|primary | 0 |
padding | signed integer | number | 0 |
tint | string | int | 0xFFFFFFFF |
transparent | boolean | true|false | false |
width | signed integer | number | 100 |
widthtype | string | request|pixel|percent | percent. |
attribute set of (null or string or boolean or signed integer)
{ }
{
edge = "top";
padding = 6;
SetDockType = true;
tint = "0x282c34";
}