diff --git a/config/default/e.src b/config/default/e.src index 458f643c1..8eb837f8b 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -1,8 +1,7 @@ group "E_Config" struct { - value "config_version" int: 1000011; + value "config_version" int: 1000014; value "config_type" uint: 0; // this profile seems to just be super minimalist value "show_splash" int: 0; - value "init_default_theme" string: "default.edj"; value "desktop_default_name" string: "%i-%i"; value "desktop_default_window_profile" string: ""; value "menus_scroll_speed" double: 1000.0; @@ -31,12 +30,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "themes" list { - group "E_Config_Theme" struct { - value "category" string: "theme"; - value "file" string: "default.edj"; - } - } value "window_placement_policy" int: 0; value "window_grouping" int: 0; value "focus_policy" int: 0; diff --git a/config/mobile/e.src b/config/mobile/e.src index abd68838b..2b4966ed7 100644 --- a/config/mobile/e.src +++ b/config/mobile/e.src @@ -1,8 +1,7 @@ group "E_Config" struct { - value "config_version" int: 1000011; + value "config_version" int: 1000014; value "config_type" uint: 1; value "show_splash" int: 1; - value "init_default_theme" string: "default.edj"; value "desktop_default_name" string: "%i-%i"; value "desktop_default_window_profile" string: "mobile"; value "menus_scroll_speed" double: 1000.0000000000000000000000000; @@ -392,12 +391,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "themes" list { - group "E_Config_Theme" struct { - value "category" string: "theme"; - value "file" string: "default.edj"; - } - } group "gadcons" list { group "E_Config_Gadcon" struct { group "clients" list { diff --git a/config/standard/e.src b/config/standard/e.src index c550b1629..939d82b9b 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -1,8 +1,7 @@ group "E_Config" struct { - value "config_version" int: 1000012; + value "config_version" int: 1000014; value "config_type" uint: 3; value "show_splash" int: 1; - value "init_default_theme" string: "default.edj"; value "desktop_default_name" string: "%i-%i"; value "desktop_default_window_profile" string: "standard"; value "menus_scroll_speed" double: 1000.0; @@ -606,8 +605,7 @@ group "E_Config" struct { value "id" int: 1; value "manager" int: 0; value "zone" int: 0; - value "layer" int: 200; - value "popup" uchar: 1; + value "layer" int: 250; value "orient" int: 6; value "fit_along" uchar: 1; value "fit_size" uchar: 0; @@ -868,12 +866,6 @@ group "E_Config" struct { value "id" int: 115; } } - group "themes" list { - group "E_Config_Theme" struct { - value "category" string: "theme"; - value "file" string: "default.edj"; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "conf_comp";