diff --git a/releases/8/Makefile b/releases/8/Makefile index 7bc1cfb..5b9f6d2 100644 --- a/releases/8/Makefile +++ b/releases/8/Makefile @@ -1,4 +1,4 @@ -SUBDIRS=sabayon-artwork-core sabayon-artwork-kde sabayon-artwork-gnome sabayon-artwork-extra sabayon-artwork-loo +SUBDIRS=sabayon-artwork-core sabayon-artwork-kde sabayon-artwork-gnome sabayon-artwork-extra sabayon-artwork-loo sabayon-artwork-lxde include make.include diff --git a/releases/8/sabayon-artwork-lxde/Makefile b/releases/8/sabayon-artwork-lxde/Makefile new file mode 100644 index 0000000..1d87c7f --- /dev/null +++ b/releases/8/sabayon-artwork-lxde/Makefile @@ -0,0 +1,28 @@ + +include ../make.include + +DIR_NAME := $(shell basename $(CURDIR)) +TARBALL_NAME := $(DIR_NAME)-$(VERSION).tar.xz +PKG_CATEGORY := x11-themes +PKG_PUSH_DIR = $(PUSH_DIR)/$(PKG_CATEGORY)/$(DIR_NAME) + +all: scripts cook + +scripts: + +cook: + tar -cJf ../$(TARBALL_NAME) \ + ../$(DIR_NAME) --exclude Makefile \ + --exclude .gitignore \ + --exclude *.tar.xz \ + --exclude *.sh + +clean: + rm -f ../$(TARBALL_NAME) + +push: all + ssh -p $(PUSH_PORT) $(PUSH_USER)@$(PUSH_SERVER) \ + mkdir -p $(PKG_PUSH_DIR) + scp -P $(PUSH_PORT) ../$(TARBALL_NAME) \ + $(PUSH_USER)@$(PUSH_SERVER):$(PKG_PUSH_DIR)/ + diff --git a/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/greeter.ui b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/greeter.ui new file mode 100644 index 0000000..0e127ba --- /dev/null +++ b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/greeter.ui @@ -0,0 +1,215 @@ + + + + + + False + + + True + vertical + + + True + 1 + 12 + 12 + True + + + False + 0 + + + + + True + 0.75 + 0 + 0 + + + True + vertical + + + + + + True + 0 + 0 + + + True + 12 + + + True + User: + + + False + False + 0 + + + + + True + True + + + + False + False + 1 + + + + + + + 1 + + + + + + + 1 + + + + + True + True + False + + + True + 6 + 12 + + + True + 6 + + + True + session.png + + + False + 0 + + + + + True + Desktop: + + + False + 1 + + + + + True + 0 + + + False + 2 + + + + + False + 0 + + + + + True + 6 + + + True + lang.png + + + False + 0 + + + + + True + Language: + + + False + 1 + + + + + True + 0 + + + False + 2 + + + + + False + 1 + + + + + Keyboard Layout: + + + False + 2 + + + + + + False + 3 + + + + + gtk-quit + True + True + True + none + True + + + False + end + 4 + + + + + + + False + 2 + + + + + + diff --git a/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/gtkrc b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/gtkrc new file mode 100644 index 0000000..9da45fe --- /dev/null +++ b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/gtkrc @@ -0,0 +1,51 @@ +style "back" +{ + engine "pixmap" + { + image + { + function = FLAT_BOX + shadow=NONE + state = NORMAL + file="kgdm.png" + stretch=TRUE + detail = "base" + } + } +} + +style "time" +{ + fg[NORMAL]="#ffffff" + font_name="Sans 10" +} + +style "prompt" +{ + fg[NORMAL]="#ffffff" + font_name="Sans Bold 10" +} + +# Normally this won't paint an invisible event box, but we did some hacks in greeter.c. +style "bottom" +{ + font_name="Sans 10" + fg[NORMAL] = "#9E9D9B" + engine "pixmap" + { + image + { + function = FLAT_BOX + file="shade.png" + stretch=TRUE + detail="eventbox" + } + } +} + +widget "lxdm" style "back" +widget "lxdm.*.time" style "time" +widget "lxdm.*.prompt" style "prompt" +widget "lxdm.*.bottom_pane" style "bottom" +widget_class "GtkWindow.*.GtkEventBox.*." style "bottom" +widget_class "GtkWindow.*." style "prompt" diff --git a/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/index.theme b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/index.theme new file mode 100644 index 0000000..ae96914 --- /dev/null +++ b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/index.theme @@ -0,0 +1,5 @@ +[LXDM Theme] +Name=Sabayon +Comment=Sabayon Linux LXDM Theme +Author=Ian Whyman ; +License=CC-BY-SA 3.0 diff --git a/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/lang.png b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/lang.png new file mode 100644 index 0000000..f2abef0 Binary files /dev/null and b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/lang.png differ diff --git a/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/session.png b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/session.png new file mode 100644 index 0000000..0e85af8 Binary files /dev/null and b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/session.png differ diff --git a/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/shade.png b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/shade.png new file mode 100644 index 0000000..10f0129 Binary files /dev/null and b/releases/8/sabayon-artwork-lxde/lxdm/Sabayon/shade.png differ