Add Sam and Sam-tiny themes
This commit is contained in:
parent
7c2710cb8d
commit
0fc6392a1d
12 changed files with 36 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
1
themes/Sam-tiny/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.xcf
|
10
themes/Sam-tiny/Makefile.am
Normal file
10
themes/Sam-tiny/Makefile.am
Normal 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
4
themes/Sam-tiny/config
Normal file
|
@ -0,0 +1,4 @@
|
|||
wall-thickness = 7
|
||||
num-eyes = 2
|
||||
eye-pixmap = "sam-tiny-eye.png"
|
||||
pupil-pixmap = "sam-tiny-pupil.png"
|
BIN
themes/Sam-tiny/sam-tiny-eye.png
Normal file
BIN
themes/Sam-tiny/sam-tiny-eye.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9 KiB |
BIN
themes/Sam-tiny/sam-tiny-pupil.png
Normal file
BIN
themes/Sam-tiny/sam-tiny-pupil.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.6 KiB |
1
themes/Sam/.gitignore
vendored
Normal file
1
themes/Sam/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.xcf
|
10
themes/Sam/Makefile.am
Normal file
10
themes/Sam/Makefile.am
Normal 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
4
themes/Sam/config
Normal 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
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
BIN
themes/Sam/sam-pupil.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.1 KiB |
Loading…
Reference in a new issue