summaryrefslogtreecommitdiffstats
path: root/karamba
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:30:20 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-28 02:30:20 +0200
commit48a589b8c526b34e79e8cdddc4cb7f5fc7b76815 (patch)
tree0f30d90998669b60a0aa840f824cc3d4ea7ddc66 /karamba
downloadkshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.tar.gz
kshutdown-48a589b8c526b34e79e8cdddc4cb7f5fc7b76815.zip
Initial import of kshutdown 1.0.4
Diffstat (limited to 'karamba')
-rw-r--r--karamba/Makefile.am8
-rw-r--r--karamba/kshutdown-48x48.pngbin0 -> 3502 bytes
-rw-r--r--karamba/kshutdown-classic-notext.theme8
-rw-r--r--karamba/kshutdown-classic-text.theme11
4 files changed, 27 insertions, 0 deletions
diff --git a/karamba/Makefile.am b/karamba/Makefile.am
new file mode 100644
index 0000000..2634f79
--- /dev/null
+++ b/karamba/Makefile.am
@@ -0,0 +1,8 @@
+karambadir = $(kde_datadir)/kshutdown/karamba
+
+karamba_DATA = \
+ kshutdown-48x48.png \
+ kshutdown-classic-notext.theme \
+ kshutdown-classic-text.theme
+
+EXTRA_DIST = $(karamba_DATA)
diff --git a/karamba/kshutdown-48x48.png b/karamba/kshutdown-48x48.png
new file mode 100644
index 0000000..a71ed47
--- /dev/null
+++ b/karamba/kshutdown-48x48.png
Binary files differ
diff --git a/karamba/kshutdown-classic-notext.theme b/karamba/kshutdown-classic-notext.theme
new file mode 100644
index 0000000..10c5b92
--- /dev/null
+++ b/karamba/kshutdown-classic-notext.theme
@@ -0,0 +1,8 @@
+# KShutDown (no text)
+
+karamba x=300 y=100 w=48 h=48 interval=10000000 locked=true
+
+<group> x=0 y=0
+image x=0 y=0 path="kshutdown-48x48.png"
+clickarea x=0 y=0 w=48 h=48 onclick="kshutdown"
+</group>
diff --git a/karamba/kshutdown-classic-text.theme b/karamba/kshutdown-classic-text.theme
new file mode 100644
index 0000000..349e6d1
--- /dev/null
+++ b/karamba/kshutdown-classic-text.theme
@@ -0,0 +1,11 @@
+# KShutDown (text)
+
+karamba x=300 y=100 w=150 h=48 interval=10000000 locked=true
+
+defaultfont fontsize=16 bgcolor=88,88,88 color=255,255,255 shadow=2
+
+<group> x=0 y=0
+image x=0 y=0 path="kshutdown-48x48.png"
+text x=55 y=12 value="Turn Off..."
+clickarea x=0 y=0 w=150 h=48 onclick="kshutdown"
+</group>