Add Sam and Sam-tiny themes

This commit is contained in:
Bad Manners 2023-04-18 16:58:43 -03:00
parent 7c2710cb8d
commit 0fc6392a1d
12 changed files with 36 additions and 2 deletions

View file

@ -86,5 +86,7 @@ themes/Default-tiny/Makefile
themes/Horrid/Makefile
themes/Tango/Makefile
themes/Chibi/Makefile
themes/Sam/Makefile
themes/Sam-tiny/Makefile
])
AC_OUTPUT

View file

@ -2,9 +2,11 @@ SUBDIRS = \
Bizarre \
Bloodshot \
Default \
Default-tiny \
Default-tiny \
Horrid \
Tango \
Chibi
Chibi \
Sam \
Sam-tiny
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

1
themes/Sam-tiny/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.xcf

View file

@ -0,0 +1,10 @@
Sam_tinydir = $(datadir)/xfce4/eyes/themes/Sam-tiny
Sam_tiny_DATA = \
sam-tiny-eye.png \
sam-tiny-pupil.png \
config
EXTRA_DIST = $(Sam_tiny_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

4
themes/Sam-tiny/config Normal file
View file

@ -0,0 +1,4 @@
wall-thickness = 7
num-eyes = 2
eye-pixmap = "sam-tiny-eye.png"
pupil-pixmap = "sam-tiny-pupil.png"

Binary file not shown.

After

Width:  |  Height:  |  Size: 9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

1
themes/Sam/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.xcf

10
themes/Sam/Makefile.am Normal file
View file

@ -0,0 +1,10 @@
Samdir = $(datadir)/xfce4/eyes/themes/Sam
Sam_DATA = \
sam-eye.png \
sam-pupil.png \
config
EXTRA_DIST = $(Sam_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

4
themes/Sam/config Normal file
View file

@ -0,0 +1,4 @@
wall-thickness = 13
num-eyes = 2
eye-pixmap = "sam-eye.png"
pupil-pixmap = "sam-pupil.png"

BIN
themes/Sam/sam-eye.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
themes/Sam/sam-pupil.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB