From e08e47cebadc5717952bc0d5e72b4ad2881fef2a Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 10 Mar 2021 19:58:49 +0000 Subject: [PATCH] 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;