Skip to content
Snippets Groups Projects
Commit 1c9c73ec authored by cedric's avatar cedric
Browse files

add plugins icons and themes

parent 4e257144
No related branches found
No related tags found
No related merge requests found
Showing
with 70 additions and 3 deletions
SUBDIRS = \
common \
panel-plugin \
icons \
themes \
po
distclean-local:
......
......@@ -100,10 +100,15 @@ AC_SUBST([PLATFORM_LDFLAGS])
AC_OUTPUT([
Makefile
icons/Makefile
icons/48x48/Makefile
common/Makefile
panel-plugin/Makefile
panel-plugin/title/Makefile
panel-plugin/buttons/Makefile
themes/Makefile
themes/windowck/Makefile
themes/elementary/Makefile
po/Makefile.in
])
......
# $Id$
iconsdir = $(datadir)/icons/hicolor/48x48/apps
icons_DATA = \
windowck-plugin.png \
wckbuttons-plugin.png
EXTRA_DIST = \
$(icons_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
icons/48x48/wckbuttons-plugin.png

2.22 KiB

icons/48x48/windowck-plugin.png

3.2 KiB

# $Id$
SUBDIRS = \
48x48
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
install-data-hook:
@-if test -z "$(DESTDIR)"; then \
echo "Updating Gtk icon cache."; \
$(gtk_update_icon_cache); \
else \
echo "*** Icon cache not updated. Remember to run:"; \
echo "***"; \
echo "*** $(gtk_update_icon_cache)"; \
echo "***"; \
fi
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
......@@ -18,6 +18,9 @@
#include <gtk/gtk.h>
#include "wckbuttons.h"
/* default settings */
#define DEFAULT_THEME "Windowck"
G_BEGIN_DECLS
typedef struct {
......
......@@ -22,9 +22,6 @@
#include <common/wck-utils.h>
/* default settings */
#define DEFAULT_THEME "Default"
G_BEGIN_DECLS
/* indexing of buttons */
......
# themes/Makefile.am
#
SUBDIRS = windowck elementary
themedir = $(datadir)/themes/elementary/windowck
theme_DATA = \
README \
themerc \
close-active.png \
close-inactive.png \
close-prelight.png \
close-pressed.png \
hide-active.png \
hide-inactive.png \
hide-prelight.png \
hide-pressed.png \
maximize-active.png \
maximize-inactive.png \
maximize-prelight.png \
maximize-pressed.png
EXTRA_DIST = $(theme_DATA)
# Elementary theme for Windowck Buttons plugin
# Created by Jeff M. Hubbard <jeffmhubbard@gmail.com>
# Modified by Cedric Leporcq <cedl38 at gmail dot com>
# Contains images from DanRabbit's Elementary Metacity theme
0.1 - this is it
0.2 - renamed images for compatibility with windowck applet.
themes/elementary/close-active.png

465 B

themes/elementary/close-inactive.png

504 B

themes/elementary/close-prelight.png

478 B

themes/elementary/close-pressed.png

478 B

themes/elementary/hide-active.png

296 B

themes/elementary/hide-inactive.png

282 B

themes/elementary/hide-prelight.png

294 B

themes/elementary/hide-pressed.png

294 B

themes/elementary/maximize-active.png

432 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment