summaryrefslogtreecommitdiff
path: root/legacy/elementary/data/themes/edc/icons.edc
blob: 5ad225a268f28fa8257cde64ead1b204e3878d2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#define ICON(_NAME, _SIZE, _FILE) \
   group { \
      name: "e/icons/"_NAME; \
      max: _SIZE _SIZE; \
      parts { \
         part { name: "icon"; mouse_events: 0; \
            description { state: "default" 0.0; \
               max: _SIZE _SIZE; \
               aspect: 1.0 1.0; aspect_preference: BOTH; \
               image.image: _FILE COMP; \
               image.normal: _FILE; \
            } \
         } \
      } \
   }

   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")
   ICON("preferences-composite",                  80, "icon_preferences-composite.png")

   ICON("enlightenment/wallpaper_stretch",          80, "icon_wallpaper_stretch.png")
   ICON("enlightenment/wallpaper_center",           80, "icon_wallpaper_center.png")
   ICON("enlightenment/wallpaper_tile",             80, "icon_wallpaper_tile.png")
   ICON("enlightenment/wallpaper_scale_aspect_in",  80, "icon_wallpaper_within.png")
   ICON("enlightenment/wallpaper_scale_aspect_out", 80, "icon_wallpaper_fill.png")
   ICON("enlightenment/wallpaper_pan",              80, "icon_wallpaper_pan.png")
#if 0
//   ICON("", 80, "")
#endif
#undef ICON