diff --git a/xfwm4/Makefile b/xfwm4/Makefile deleted file mode 100644 index d1f386f..0000000 --- a/xfwm4/Makefile +++ /dev/null @@ -1,67 +0,0 @@ - -SRCDIR=src -TARGS=close-pressed.xpm close-prelight.xpm close-inactive.xpm close-active.xpm \ - hide-pressed.xpm hide-prelight.xpm hide-inactive.xpm hide-active.xpm \ - menu-pressed.xpm menu-prelight.xpm menu-inactive.xpm menu-active.xpm \ - shade-pressed.xpm shade-prelight.xpm shade-inactive.xpm shade-active.xpm \ - shade-toggled-pressed.xpm shade-toggled-prelight.xpm \ - shade-toggled-inactive.xpm shade-toggled-active.xpm \ - stick-pressed.xpm stick-prelight.xpm stick-inactive.xpm stick-active.xpm \ - stick-toggled-pressed.xpm stick-toggled-prelight.xpm \ - stick-toggled-inactive.xpm stick-toggled-active.xpm \ - maximize-pressed.xpm maximize-prelight.xpm \ - maximize-inactive.xpm maximize-active.xpm \ - maximize-toggled-pressed.xpm maximize-toggled-prelight.xpm \ - maximize-toggled-inactive.xpm maximize-toggled-active.xpm - -BASE_MENU=$(SRCDIR)/button-base-menu.xpm -BASE_ACTIVE=$(SRCDIR)/button-base-active.xpm -BASE_INACTIVE=$(SRCDIR)/button-base-inactive.xpm - -COL_PRESSED=\#B44335 -COL_PRELIGHT=\#D64937 -COL_ACTIVE=\#DCDCDC -COL_INACTIVE=\#888 - - - -all: $(TARGS) - - - -# Base images for the menu, a 22x16 blank surface in all states. The 16px -# constrains the window icon's size to 16x16. - -menu-%.xpm: $(BASE_MENU) - convert $< $@ - - -# Combined icon images built from 8x8 SVG sources -# The base images are 22x25, width carefully chosen to provide the right -# spacing and rhythm, and height including an additional top pixel of the -# active/inactive edge colour. - - -%-inactive.xpm: $(SRCDIR)/%.svg $(BASE_INACTIVE) - convert $(BASE_INACTIVE) \ - \( -background none +level-colors "$(COL_INACTIVE)" $< \) \ - -geometry +7+9 -composite $@ - -%-pressed.xpm: $(SRCDIR)/%.svg $(BASE_ACTIVE) - convert $(BASE_ACTIVE) \ - \( -background none +level-colors "$(COL_PRESSED)" $< \) \ - -geometry +7+9 -composite $@ - -%-prelight.xpm: $(SRCDIR)/%.svg $(BASE_ACTIVE) - convert $(BASE_ACTIVE) \ - \( -background none +level-colors "$(COL_PRELIGHT)" $< \) \ - -geometry +7+9 -composite $@ - -%-active.xpm: $(SRCDIR)/%.svg $(BASE_ACTIVE) - convert $(BASE_ACTIVE) \ - \( -background none +level-colors "$(COL_ACTIVE)" $< \) \ - -geometry +7+9 -composite $@ - - -clean: - rm -f $(TARGS) diff --git a/xfwm4/src/button-base-active.xpm b/xfwm4/src/button-base-active.xpm deleted file mode 100644 index 406f4bc..0000000 --- a/xfwm4/src/button-base-active.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * button_base_active_xpm[] = { -"22 25 3 1", -" c None", -". c #2D2D2D", -"+ c #484848", -"++++++++++++++++++++++", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................"}; diff --git a/xfwm4/src/button-base-inactive.xpm b/xfwm4/src/button-base-inactive.xpm deleted file mode 100644 index e5e1704..0000000 --- a/xfwm4/src/button-base-inactive.xpm +++ /dev/null @@ -1,31 +0,0 @@ -/* XPM */ -static char * button_base_inactive_xpm[] = { -"22 25 3 1", -" c None", -". c #2D2D2D", -"+ c #393939", -"++++++++++++++++++++++", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................"}; diff --git a/xfwm4/src/button-base-menu.xpm b/xfwm4/src/button-base-menu.xpm deleted file mode 100644 index 103a9a8..0000000 --- a/xfwm4/src/button-base-menu.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * menu_inactive_xpm[] = { -"22 16 2 1", -" c None", -". c #2D2D2D", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................", -"......................"}; diff --git a/xfwm4/src/close.svg b/xfwm4/src/close.svg deleted file mode 100644 index 9ae0fbd..0000000 --- a/xfwm4/src/close.svg +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/xfwm4/src/hide.svg b/xfwm4/src/hide.svg deleted file mode 100644 index 9176690..0000000 --- a/xfwm4/src/hide.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/xfwm4/src/icon_template.svgz b/xfwm4/src/icon_template.svgz deleted file mode 100644 index b9bceaf..0000000 Binary files a/xfwm4/src/icon_template.svgz and /dev/null differ diff --git a/xfwm4/src/maximize-toggled.svg b/xfwm4/src/maximize-toggled.svg deleted file mode 100644 index 4906163..0000000 --- a/xfwm4/src/maximize-toggled.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/xfwm4/src/maximize.svg b/xfwm4/src/maximize.svg deleted file mode 100644 index 4906163..0000000 --- a/xfwm4/src/maximize.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/xfwm4/src/shade-toggled.svg b/xfwm4/src/shade-toggled.svg deleted file mode 100644 index f0f078c..0000000 --- a/xfwm4/src/shade-toggled.svg +++ /dev/null @@ -1,86 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/xfwm4/src/shade.svg b/xfwm4/src/shade.svg deleted file mode 100644 index 48f0168..0000000 --- a/xfwm4/src/shade.svg +++ /dev/null @@ -1,87 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/xfwm4/src/stick-toggled.svg b/xfwm4/src/stick-toggled.svg deleted file mode 100644 index 45cbd0f..0000000 --- a/xfwm4/src/stick-toggled.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - - diff --git a/xfwm4/src/stick.svg b/xfwm4/src/stick.svg deleted file mode 100644 index ac12534..0000000 --- a/xfwm4/src/stick.svg +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - - - - - - - image/svg+xml - - - - - - - - -