window border icons in theme -> done!

SVN revision: 80541
This commit is contained in:
Carsten Haitzler 2012-12-09 10:02:17 +00:00
parent d36fe0a994
commit 3cbccdc207
22 changed files with 64 additions and 1 deletions

View File

@ -22,6 +22,7 @@ edc/background.edc \
edc/backlight.edc \
edc/battery.edc \
edc/border.edc \
edc/border-icons.edc \
edc/button.edc \
edc/check.edc \
edc/clock.edc \
@ -187,6 +188,25 @@ img/horiz_bar_inset.png \
img/horiz_glow_run.png \
img/horizontal_separated_bar_glow.png \
img/horizontal_separated_bar_small_glow.png \
img/icon_border_border.png \
img/icon_border_close.png \
img/icon_border_kill.png \
img/icon_border_lock.png \
img/icon_border_maximize.png \
img/icon_border_minimize.png \
img/icon_border_more.png \
img/icon_border_move.png \
img/icon_border_pager.png \
img/icon_border_pin.png \
img/icon_border_properties.png \
img/icon_border_remember.png \
img/icon_border_resize.png \
img/icon_border_sendto.png \
img/icon_border_shaded.png \
img/icon_border_skip.png \
img/icon_border_stack_bot.png \
img/icon_border_stack_norm.png \
img/icon_border_stack_top.png \
img/ic_win_move.png \
img/ic_win_resize.png \
img/inset_circle_tiny.png \

View File

@ -59,12 +59,14 @@ collections {
#include "edc/battery.edc"
#include "edc/evrything.edc"
#include "edc/illume.edc"
// icons
#include "edc/border-icons.edc"
// port unchanged stuff so this can work as a replacement
#include "edc/O/border_icons.edc"
#include "edc/O/efm_icons.edc"
#include "edc/O/icons.edc"
#include "edc/O/wallpaper.edc"
//#include "edc/O/border_icons.edc"
//#include "edc/O/illume_gad.edc"
//#include "edc/O/conf_gad.edc"
//#include "edc/O/evrything.edc"

View File

@ -0,0 +1,41 @@
#define ICON(_NAME, _FILE) \
group { \
name: "e/widgets/border/default/"_NAME; \
max: 16 16; \
parts { \
part { name: "icon"; mouse_events: 0; \
description { state: "default" 0.0; \
aspect: 1.0 1.0; aspect_preference: BOTH; \
image.image: _FILE COMP; \
image.normal: _FILE; \
} \
} \
} \
}
ICON("basic", "icon_border_more.png")
ICON("close", "icon_border_close.png")
ICON("kill", "icon_border_kill.png")
ICON("stacking", "icon_border_stack_norm.png")
ICON("stack_on_top", "icon_border_stack_top.png")
ICON("stack_normal", "icon_border_stack_norm.png")
ICON("stack_below", "icon_border_stack_bot.png")
ICON("move_icon", "icon_border_move.png")
ICON("resize_icon", "icon_border_resize.png");
ICON("maximize", "icon_border_maximize.png")
ICON("fullscreen", "icon_border_maximize.png")
ICON("minimize", "icon_border_minimize.png")
ICON("stick", "icon_border_pin.png")
ICON("sendto", "icon_border_sendto.png")
ICON("skip", "icon_border_skip.png")
ICON("skip_pager", "icon_border_pager.png")
ICON("skip_taskbar", "icon_border_skip.png")
ICON("skip_winlist", "icon_border_skip.png")
ICON("borderless", "icon_border_border.png")
ICON("remember", "icon_border_remember.png")
ICON("shade", "icon_border_shaded.png")
ICON("locks", "icon_border_lock.png")
ICON("locks_user", "icon_border_lock.png")
ICON("locks_application", "icon_border_lock.png")
ICON("properties", "icon_border_properties.png")
#undef ICON

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 507 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 649 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 636 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 627 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 534 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 603 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 602 B