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;