diff --git a/enlightenment/config/mobile/e.src b/enlightenment/config/mobile/e.src index 70d2767..371bb41 100644 --- a/enlightenment/config/mobile/e.src +++ b/enlightenment/config/mobile/e.src @@ -320,6 +320,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: 0; + value "priority" int: 0; + } + group "E_Config_Module" struct { value "name" string: "battery"; value "enabled" uchar: 1; value "delayed" uchar: 1; @@ -1541,6 +1547,23 @@ 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: 433; + value "geom.size" int: 41; + value "geom.res" int: 474; + value "geom.pos_x" double: 0.0000000000000000000000000; + value "geom.pos_y" double: 0.0000000000000000000000000; + value "geom.size_w" double: 0.0000000000000000000000000; + value "geom.size_h" double: 0.0000000000000000000000000; + value "state_info.seq" int: 9; + value "state_info.flags" int: 3; + value "style" string: "plain"; + value "orient" int: 0; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } } value "name" string: "illume-indicator"; value "id" int: 0;