icon theme - set elm icon theme to same theme as e one ... sync them

This commit is contained in:
Carsten Haitzler 2023-02-16 08:26:23 +00:00
parent 13454ff0bb
commit a6038af68f
2 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,7 @@ main(int argc, char **argv)
efreet_desktop_environment_set(e_config->desktop_environment);
e_util_env_set("E_ICON_THEME", e_config->icon_theme);
if (e_config->icon_theme) elm_config_icon_theme_set(e_config->icon_theme);
ecore_exe_run_priority_set(e_config->priority);
locked |= e_config->desklock_start_locked;

View File

@ -175,6 +175,7 @@ _basic_apply(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
elm_config_save();
}
e_util_env_set("E_ICON_THEME", e_config->icon_theme);
if (e_config->icon_theme) elm_config_icon_theme_set(e_config->icon_theme);
ev = E_NEW(E_Event_Config_Icon_Theme, 1);
if (ev)