summaryrefslogtreecommitdiffstats
path: root/backgrounds
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2015-10-01 17:05:29 +0200
committerSlávek Banko <slavek.banko@axis.cz>2015-10-01 17:05:29 +0200
commit39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70 (patch)
treed6bc97f38d36892b14703c788cef782f13ee2a4d /backgrounds
downloadkooldock-39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70.tar.gz
kooldock-39f2c6a84cd715b11fb3ffa82a86abf2fb9bcd70.zip
Initial import of kooldock 0.4.7
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'backgrounds')
-rw-r--r--backgrounds/Makefile.am4
-rw-r--r--backgrounds/border-black/Makefile.am4
-rw-r--r--backgrounds/border-black/background-center.pngbin0 -> 339 bytes
-rw-r--r--backgrounds/border-black/background-left.pngbin0 -> 509 bytes
-rw-r--r--backgrounds/border-black/background-right.pngbin0 -> 518 bytes
-rw-r--r--backgrounds/border-white/Makefile.am4
-rw-r--r--backgrounds/border-white/background-center.pngbin0 -> 339 bytes
-rw-r--r--backgrounds/border-white/background-left.pngbin0 -> 490 bytes
-rw-r--r--backgrounds/border-white/background-right.pngbin0 -> 29237 bytes
-rw-r--r--backgrounds/crystal/Makefile.am4
-rw-r--r--backgrounds/crystal/background-center.pngbin0 -> 343 bytes
-rw-r--r--backgrounds/crystal/background-left.pngbin0 -> 626 bytes
-rw-r--r--backgrounds/crystal/background-right.pngbin0 -> 464 bytes
-rw-r--r--backgrounds/default/Makefile.am4
-rw-r--r--backgrounds/default/background-center.pngbin0 -> 2562 bytes
-rw-r--r--backgrounds/default/background-left.pngbin0 -> 917 bytes
-rw-r--r--backgrounds/default/background-right.pngbin0 -> 1099 bytes
-rw-r--r--backgrounds/fadeout/Makefile.am4
-rw-r--r--backgrounds/fadeout/background-center.pngbin0 -> 482 bytes
-rw-r--r--backgrounds/fadeout/background-left.pngbin0 -> 489 bytes
-rw-r--r--backgrounds/fadeout/background-right.pngbin0 -> 591 bytes
-rw-r--r--backgrounds/fadeout2/Makefile.am4
-rw-r--r--backgrounds/fadeout2/background-center.pngbin0 -> 798 bytes
-rw-r--r--backgrounds/fadeout2/background-left.pngbin0 -> 644 bytes
-rw-r--r--backgrounds/fadeout2/background-right.pngbin0 -> 764 bytes
-rw-r--r--backgrounds/fadeout3/Makefile.am4
-rw-r--r--backgrounds/fadeout3/background-center.pngbin0 -> 1937 bytes
-rw-r--r--backgrounds/fadeout3/background-left.pngbin0 -> 635 bytes
-rw-r--r--backgrounds/fadeout3/background-right.pngbin0 -> 771 bytes
-rw-r--r--backgrounds/osx/Makefile.am4
-rw-r--r--backgrounds/osx/background-center.pngbin0 -> 305 bytes
-rw-r--r--backgrounds/osx/background-left.pngbin0 -> 240 bytes
-rw-r--r--backgrounds/osx/background-right.pngbin0 -> 201 bytes
33 files changed, 36 insertions, 0 deletions
diff --git a/backgrounds/Makefile.am b/backgrounds/Makefile.am
new file mode 100644
index 0000000..d4fd3a3
--- /dev/null
+++ b/backgrounds/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+appbgdir = $(kde_datadir)/kooldock/backgrounds
+SUBDIRS = default border-white border-black crystal osx fadeout fadeout2 fadeout3
diff --git a/backgrounds/border-black/Makefile.am b/backgrounds/border-black/Makefile.am
new file mode 100644
index 0000000..579d047
--- /dev/null
+++ b/backgrounds/border-black/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+borderblackbgdir = $(kde_datadir)/kooldock/backgrounds/border-black
+borderblackbg_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/border-black/background-center.png b/backgrounds/border-black/background-center.png
new file mode 100644
index 0000000..aac0687
--- /dev/null
+++ b/backgrounds/border-black/background-center.png
Binary files differ
diff --git a/backgrounds/border-black/background-left.png b/backgrounds/border-black/background-left.png
new file mode 100644
index 0000000..2d68b03
--- /dev/null
+++ b/backgrounds/border-black/background-left.png
Binary files differ
diff --git a/backgrounds/border-black/background-right.png b/backgrounds/border-black/background-right.png
new file mode 100644
index 0000000..baa9e10
--- /dev/null
+++ b/backgrounds/border-black/background-right.png
Binary files differ
diff --git a/backgrounds/border-white/Makefile.am b/backgrounds/border-white/Makefile.am
new file mode 100644
index 0000000..90e09d6
--- /dev/null
+++ b/backgrounds/border-white/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+borderwhitebgdir = $(kde_datadir)/kooldock/backgrounds/border-white
+borderwhitebg_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/border-white/background-center.png b/backgrounds/border-white/background-center.png
new file mode 100644
index 0000000..7b54434
--- /dev/null
+++ b/backgrounds/border-white/background-center.png
Binary files differ
diff --git a/backgrounds/border-white/background-left.png b/backgrounds/border-white/background-left.png
new file mode 100644
index 0000000..9166e55
--- /dev/null
+++ b/backgrounds/border-white/background-left.png
Binary files differ
diff --git a/backgrounds/border-white/background-right.png b/backgrounds/border-white/background-right.png
new file mode 100644
index 0000000..cd1fbdd
--- /dev/null
+++ b/backgrounds/border-white/background-right.png
Binary files differ
diff --git a/backgrounds/crystal/Makefile.am b/backgrounds/crystal/Makefile.am
new file mode 100644
index 0000000..a4095e5
--- /dev/null
+++ b/backgrounds/crystal/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+crystalbgdir = $(kde_datadir)/kooldock/backgrounds/crystal
+crystalbg_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/crystal/background-center.png b/backgrounds/crystal/background-center.png
new file mode 100644
index 0000000..fd679af
--- /dev/null
+++ b/backgrounds/crystal/background-center.png
Binary files differ
diff --git a/backgrounds/crystal/background-left.png b/backgrounds/crystal/background-left.png
new file mode 100644
index 0000000..63b78ab
--- /dev/null
+++ b/backgrounds/crystal/background-left.png
Binary files differ
diff --git a/backgrounds/crystal/background-right.png b/backgrounds/crystal/background-right.png
new file mode 100644
index 0000000..3ea5bbb
--- /dev/null
+++ b/backgrounds/crystal/background-right.png
Binary files differ
diff --git a/backgrounds/default/Makefile.am b/backgrounds/default/Makefile.am
new file mode 100644
index 0000000..8e3ed4b
--- /dev/null
+++ b/backgrounds/default/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+defaultbgdir = $(kde_datadir)/kooldock/backgrounds/default
+defaultbg_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/default/background-center.png b/backgrounds/default/background-center.png
new file mode 100644
index 0000000..b56dd2a
--- /dev/null
+++ b/backgrounds/default/background-center.png
Binary files differ
diff --git a/backgrounds/default/background-left.png b/backgrounds/default/background-left.png
new file mode 100644
index 0000000..28ddba4
--- /dev/null
+++ b/backgrounds/default/background-left.png
Binary files differ
diff --git a/backgrounds/default/background-right.png b/backgrounds/default/background-right.png
new file mode 100644
index 0000000..1adbf22
--- /dev/null
+++ b/backgrounds/default/background-right.png
Binary files differ
diff --git a/backgrounds/fadeout/Makefile.am b/backgrounds/fadeout/Makefile.am
new file mode 100644
index 0000000..c19930e
--- /dev/null
+++ b/backgrounds/fadeout/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+fadeoutdir = $(kde_datadir)/kooldock/backgrounds/fadeout
+fadeout_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/fadeout/background-center.png b/backgrounds/fadeout/background-center.png
new file mode 100644
index 0000000..5644d0b
--- /dev/null
+++ b/backgrounds/fadeout/background-center.png
Binary files differ
diff --git a/backgrounds/fadeout/background-left.png b/backgrounds/fadeout/background-left.png
new file mode 100644
index 0000000..02719ce
--- /dev/null
+++ b/backgrounds/fadeout/background-left.png
Binary files differ
diff --git a/backgrounds/fadeout/background-right.png b/backgrounds/fadeout/background-right.png
new file mode 100644
index 0000000..3843363
--- /dev/null
+++ b/backgrounds/fadeout/background-right.png
Binary files differ
diff --git a/backgrounds/fadeout2/Makefile.am b/backgrounds/fadeout2/Makefile.am
new file mode 100644
index 0000000..ced69a0
--- /dev/null
+++ b/backgrounds/fadeout2/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+fadeoutdir = $(kde_datadir)/kooldock/backgrounds/fadeout2
+fadeout_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/fadeout2/background-center.png b/backgrounds/fadeout2/background-center.png
new file mode 100644
index 0000000..852296e
--- /dev/null
+++ b/backgrounds/fadeout2/background-center.png
Binary files differ
diff --git a/backgrounds/fadeout2/background-left.png b/backgrounds/fadeout2/background-left.png
new file mode 100644
index 0000000..6da445c
--- /dev/null
+++ b/backgrounds/fadeout2/background-left.png
Binary files differ
diff --git a/backgrounds/fadeout2/background-right.png b/backgrounds/fadeout2/background-right.png
new file mode 100644
index 0000000..cb8fde7
--- /dev/null
+++ b/backgrounds/fadeout2/background-right.png
Binary files differ
diff --git a/backgrounds/fadeout3/Makefile.am b/backgrounds/fadeout3/Makefile.am
new file mode 100644
index 0000000..3803fbe
--- /dev/null
+++ b/backgrounds/fadeout3/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+fadeoutdir = $(kde_datadir)/kooldock/backgrounds/fadeout3
+fadeout_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/fadeout3/background-center.png b/backgrounds/fadeout3/background-center.png
new file mode 100644
index 0000000..15b3555
--- /dev/null
+++ b/backgrounds/fadeout3/background-center.png
Binary files differ
diff --git a/backgrounds/fadeout3/background-left.png b/backgrounds/fadeout3/background-left.png
new file mode 100644
index 0000000..a23dc2b
--- /dev/null
+++ b/backgrounds/fadeout3/background-left.png
Binary files differ
diff --git a/backgrounds/fadeout3/background-right.png b/backgrounds/fadeout3/background-right.png
new file mode 100644
index 0000000..2086082
--- /dev/null
+++ b/backgrounds/fadeout3/background-right.png
Binary files differ
diff --git a/backgrounds/osx/Makefile.am b/backgrounds/osx/Makefile.am
new file mode 100644
index 0000000..cede254
--- /dev/null
+++ b/backgrounds/osx/Makefile.am
@@ -0,0 +1,4 @@
+
+METASOURCES = AUTO
+osxbgdir = $(kde_datadir)/kooldock/backgrounds/osx
+osxbg_DATA = background-center.png background-left.png background-right.png
diff --git a/backgrounds/osx/background-center.png b/backgrounds/osx/background-center.png
new file mode 100644
index 0000000..ebb5849
--- /dev/null
+++ b/backgrounds/osx/background-center.png
Binary files differ
diff --git a/backgrounds/osx/background-left.png b/backgrounds/osx/background-left.png
new file mode 100644
index 0000000..b2f5611
--- /dev/null
+++ b/backgrounds/osx/background-left.png
Binary files differ
diff --git a/backgrounds/osx/background-right.png b/backgrounds/osx/background-right.png
new file mode 100644
index 0000000..7687cd5
--- /dev/null
+++ b/backgrounds/osx/background-right.png
Binary files differ