e - config - fix def cfg of shelf with systray

This commit is contained in:
Carsten Haitzler 2021-03-10 19:58:49 +00:00
parent 10ac9fb327
commit e08e47ceba
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;