diff --git a/data/icons/default.edc b/data/icons/default.edc index 8b58af4e8..13c935868 100644 --- a/data/icons/default.edc +++ b/data/icons/default.edc @@ -15,6 +15,8 @@ images { image: "favorites.png" LOSSY 90; image: "desktop.png" LOSSY 90; + + image: "gadget.png" LOSSY 90; } collections { @@ -270,4 +272,22 @@ collections { } } } + group { + name: "gadgets"; + max: 64 64; + parts { + part { + name: "icon"; + mouse_events: 0; + description { + state: "default" 0.0; + aspect: 1.0 1.0; + max: 64 64; + image { + normal: "gadget.png"; + } + } + } + } + } } diff --git a/data/icons/images/Makefile.am b/data/icons/images/Makefile.am index 56e635ecb..8c8e8f88d 100644 --- a/data/icons/images/Makefile.am +++ b/data/icons/images/Makefile.am @@ -9,4 +9,5 @@ reset_button_glow_0.png \ windows.png \ module.png \ favorites.png \ -desktop.png +desktop.png \ +gadget.png diff --git a/data/icons/images/gadget.png b/data/icons/images/gadget.png new file mode 100644 index 000000000..007527357 Binary files /dev/null and b/data/icons/images/gadget.png differ diff --git a/data/icons/images/windows.png b/data/icons/images/windows.png index e892e0d7a..09849053b 100644 Binary files a/data/icons/images/windows.png and b/data/icons/images/windows.png differ