raster pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=e08e47cebadc5717952bc0d5e72b4ad2881fef2a
commit e08e47cebadc5717952bc0d5e72b4ad2881fef2a Author: Carsten Haitzler (Rasterman) <ras...@rasterman.com> Date: Wed Mar 10 19:58:49 2021 +0000 e - config - fix def cfg of shelf with systray --- data/config/standard/e.src | 4 ++-- data/config/tiling/e.src | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/config/standard/e.src b/data/config/standard/e.src index d9168bd32..0e47e5d28 100644 --- a/data/config/standard/e.src +++ b/data/config/standard/e.src @@ -674,8 +674,8 @@ group "E_Config" struct { value "resizable" uchar: 0; } group "E_Config_Gadcon_Client" struct { - value "name" string: "ibar"; - value "id" string: "ibar.1"; + value "name" string: "systray"; + value "id" string: "systray"; value "geom.pos" int: 128; value "geom.size" int: 32; value "geom.res" int: 800; diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src index 2e9b4fd2d..dec7cb17e 100644 --- a/data/config/tiling/e.src +++ b/data/config/tiling/e.src @@ -675,8 +675,8 @@ group "E_Config" struct { value "resizable" uchar: 0; } group "E_Config_Gadcon_Client" struct { - value "name" string: "ibar"; - value "id" string: "ibar.1"; + value "name" string: "systray"; + value "id" string: "systray"; value "geom.pos" int: 128; value "geom.size" int: 32; value "geom.res" int: 800; --