diff --git a/data/themes/default_icons.edc b/data/themes/default_icons.edc index 61e3e1476..0be6c45f6 100644 --- a/data/themes/default_icons.edc +++ b/data/themes/default_icons.edc @@ -98,6 +98,7 @@ images { image: "e17_icon_extensions.png" COMP; image: "e17_icon_imc.png" COMP; image: "e17_icon_file_icons.png" COMP; + image: "e17_icon_desklock_menu.png" COMP; } group { @@ -884,6 +885,26 @@ group { } } } +group { + name: "e/icons/enlightenment/desklock_menu"; + max: 64 64; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + aspect_preference: BOTH; + max: 64 64; + image { + normal: "e17_icon_desklock_menu.png"; + } + } + } + } +} + group { name: "e/icons/enlightenment/regenerate_menus"; max: 64 64;