diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 416aa3adc..c9d7d57be 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -212,7 +212,11 @@ img/icon_enlightenment.png \ img/icon_preferences-applications-personal.png \ img/icon_preferences-applications-screen-lock.png \ img/icon_preferences-applications-screen-unlock.png \ +img/icon_preferences-desklock-locale.png \ img/icon_preferences-desktop-environments.png \ +img/icon_preferences-desktop-signal-bindings.png \ +img/icon_preferences-interaction.png \ +img/icon_preferences-variables.png \ img/icon_system-lock-screen.png \ img/icon_system-log-out.png \ img/icon_system.png \ diff --git a/data/themes/edc/O/icons.edc b/data/themes/edc/O/icons.edc index 76ad888aa..1bec6210d 100644 --- a/data/themes/edc/O/icons.edc +++ b/data/themes/edc/O/icons.edc @@ -296,7 +296,6 @@ ICON("preferences-focus","icon_window_focus.png",64) // *** // "enlightenment/focus" ICON("preferences-engine","icon_engine.png",64) // *** // "enlightenment/engine" ICON("preferences-dialogs","icon_dummy.png",64) // *** // "enlightenment/dialogs" - ICON("preferences-interaction","icon_interaction.png",64) // *** // "enlightenment/interaction" ICON("preferences-imc","icon_imc.png",64) // *** // "enlightenment/imc" ICON("preferences-system-lock-screen","icon_desklock.png",64) // *** // "enlightenment/desklock" ICON("preferences-icon-theme","icon_icon_theme.png",64) // *** // "enlightenment/icon_theme" diff --git a/data/themes/edc/icons.edc b/data/themes/edc/icons.edc index 73fa30d7b..1c6d2ba00 100644 --- a/data/themes/edc/icons.edc +++ b/data/themes/edc/icons.edc @@ -14,23 +14,25 @@ } \ } - ICON("system", 80, "icon_system.png") - ICON("system-shutdown", 80, "icon_system-shutdown.png") - ICON("system-restart", 80, "icon_system-restart.png") - ICON("system-suspend", 80, "icon_system-suspend.png") - ICON("system-suspend-hibernate", 80, "icon_system-suspend-hibernate.png") - ICON("system-log-out", 80, "icon_system-log-out.png") - ICON("system-lock-screen", 80, "icon_system-lock-screen.png") - ICON("application-exit", 80, "icon_system-log-out.png") - ICON("enlightenment", 80, "icon_enlightenment.png") - ICON("help-about", 80, "icon_enlightenment.png") + ICON("system", 80, "icon_system.png") + ICON("system-shutdown", 80, "icon_system-shutdown.png") + ICON("system-restart", 80, "icon_system-restart.png") + ICON("system-suspend", 80, "icon_system-suspend.png") + ICON("system-suspend-hibernate", 80, "icon_system-suspend-hibernate.png") + ICON("system-log-out", 80, "icon_system-log-out.png") + ICON("system-lock-screen", 80, "icon_system-lock-screen.png") + ICON("application-exit", 80, "icon_system-log-out.png") + ICON("enlightenment", 80, "icon_enlightenment.png") + ICON("help-about", 80, "icon_enlightenment.png") ICON("preferences-desktop-environments", 80, "icon_preferences-desktop-environments.png") ICON("preferences-applications-screen-lock", 80, "icon_preferences-applications-screen-lock.png") ICON("preferences-applications-screen-unlock", 80, "icon_preferences-applications-screen-unlock.png") ICON("preferences-applications-personal", 80, "icon_preferences-applications-personal.png") + ICON("preferences-desklock-locale", 80, "icon_preferences-desklock-locale.png") + ICON("preferences-desktop-signal-bindings", 80, "icon_preferences-desktop-signal-bindings.png") + ICON("preferences-variables", 80, "icon_preferences-variables.png") + ICON("preferences-interaction", 80, "icon_preferences-interaction.png") #if 0 - ICON("preferences-desklock-locale", 80, "") - ICON("preferences-desktop-signal-bindings", 80, "") // ICON("", 80, "") #endif #undef ICON diff --git a/data/themes/img/icon_preferences-applications-screen-lock.png b/data/themes/img/icon_preferences-applications-screen-lock.png index bb1701de5..940b42b60 100644 Binary files a/data/themes/img/icon_preferences-applications-screen-lock.png and b/data/themes/img/icon_preferences-applications-screen-lock.png differ diff --git a/data/themes/img/icon_preferences-applications-screen-unlock.png b/data/themes/img/icon_preferences-applications-screen-unlock.png index 0d59fe6a6..10107df8e 100644 Binary files a/data/themes/img/icon_preferences-applications-screen-unlock.png and b/data/themes/img/icon_preferences-applications-screen-unlock.png differ diff --git a/data/themes/img/icon_preferences-desklock-locale.png b/data/themes/img/icon_preferences-desklock-locale.png new file mode 100644 index 000000000..e5fb7b55d Binary files /dev/null and b/data/themes/img/icon_preferences-desklock-locale.png differ diff --git a/data/themes/img/icon_preferences-desktop-signal-bindings.png b/data/themes/img/icon_preferences-desktop-signal-bindings.png new file mode 100644 index 000000000..d8c1591a8 Binary files /dev/null and b/data/themes/img/icon_preferences-desktop-signal-bindings.png differ diff --git a/data/themes/img/icon_preferences-interaction.png b/data/themes/img/icon_preferences-interaction.png new file mode 100644 index 000000000..e59bc9415 Binary files /dev/null and b/data/themes/img/icon_preferences-interaction.png differ diff --git a/data/themes/img/icon_preferences-variables.png b/data/themes/img/icon_preferences-variables.png new file mode 100644 index 000000000..088a68fd6 Binary files /dev/null and b/data/themes/img/icon_preferences-variables.png differ