diff --git a/enlightenment/config/standard/e.src b/enlightenment/config/standard/e.src index 3e384ea..3061557 100644 --- a/enlightenment/config/standard/e.src +++ b/enlightenment/config/standard/e.src @@ -734,6 +734,22 @@ group "E_Config" struct { value "autoscroll" uchar: 0; value "resizable" uchar: 0; } + group "E_Config_Gadcon_Client" struct { + value "name" string: "systray"; + value "id" string: "systray"; + value "geom.pos" int: 384; + value "geom.size" int: 32; + value "geom.res" int: 800; + value "geom.pos_x" double: 0.0; + value "geom.pos_y" double: 0.0; + value "geom.size_w" double: 0.0; + value "geom.size_h" double: 0.0; + value "state_info.seq" int: 14; + value "state_info.flags" int: 0; + value "style" string: "plain"; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } } value "name" string: "shelf"; value "id" int: 1; @@ -1947,6 +1963,12 @@ group "E_Config" struct { value "priority" int: 0; } group "E_Config_Module" struct { + value "name" string: "systray"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { value "name" string: "clock"; value "enabled" uchar: 1; value "delayed" uchar: 1;