summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2019-01-07 13:03:16 +0100
committerAndrej Shadura <andrewsh@debian.org>2019-01-07 13:03:16 +0100
commit4a208f73cdc30fbd0f6f3b700469d0fa1ab2e646 (patch)
treeb4481f16ce9331e1b45a1fcf26827d136d1215d8 /themes
Import Upstream version 0.7.0
Diffstat (limited to 'themes')
-rw-r--r--themes/README13
-rw-r--r--themes/biggerfonts51
-rw-r--r--themes/testscript51
-rw-r--r--themes/welcome18
4 files changed, 133 insertions, 0 deletions
diff --git a/themes/README b/themes/README
new file mode 100644
index 0000000..a23df86
--- /dev/null
+++ b/themes/README
@@ -0,0 +1,13 @@
+This directory contains sample script files for osdsh and osdctl.
+These scripts or themes can be run thru osdctl or piped to the fifo of osdsh.
+
+testscript: a simple theme, using the "fixed" font. Enables everything.
+
+biggerfonts: just as testscript, but using the "helvetica" font in a bigger
+ size.
+
+welcome: Adjust this script to a font that exists on your system.
+ This is a presentation/demo of osdsh.
+
+To try these scripts do:
+ $ osdctl -S script
diff --git a/themes/biggerfonts b/themes/biggerfonts
new file mode 100644
index 0000000..2dbf759
--- /dev/null
+++ b/themes/biggerfonts
@@ -0,0 +1,51 @@
+#This osdsh theme was created for osdsh-0.6.0
+#with Tkosdshconfig, by Lord Darth Moultak
+
+dset(d,5)
+dset(f,-*-helvetica-*-*-*-*-*-180-*-*-*-*-*-*)
+dset(C,DodgerBlue)
+dset(o,0)
+dset(x,0)
+dset(y,0)
+dset(l)
+dset(t)
+smix(d,5)
+smix(f,-*-helvetica-*-*-*-*-*-180-*-*-*-*-*-*)
+smix(C,DodgerBlue)
+smix(o,0)
+smix(x,0)
+smix(y,0)
+smix(l)
+smix(b)
+sppp(d,5)
+sppp(f,-*-helvetica-*-*-*-*-*-180-*-*-*-*-*-*)
+sppp(C,DodgerBlue)
+sppp(o,0)
+sppp(x,0)
+sppp(y,100)
+sppp(l)
+sppp(t)
+sapm(d,5)
+sapm(f,-*-helvetica-*-*-*-*-*-180-*-*-*-*-*-*)
+sapm(C,yellow)
+sapm(o,0)
+sapm(x,0)
+sapm(y,50)
+sapm(l)
+sapm(t)
+sclk(d,5)
+sclk(f,-*-helvetica-*-*-*-*-*-180-*-*-*-*-*-*)
+sclk(C,red)
+sclk(o,0)
+sclk(x,270)
+sclk(y,0)
+sclk(r)
+sclk(t)
+
+pdev(ppp0)
+clkf(bigger fonts time is %H : %M : %S)
+
+clck(1)
+mixr(1)
+apmw(1)
+pppw(1)
diff --git a/themes/testscript b/themes/testscript
new file mode 100644
index 0000000..89bf94f
--- /dev/null
+++ b/themes/testscript
@@ -0,0 +1,51 @@
+#This osdsh theme was created
+#with Tkosdshconfig, by Lord Darth Moultak
+dset(d,5)
+dset(f,fixed)
+dset(C,DodgerBlue)
+dset(o,0)
+dset(x,0)
+dset(y,0)
+dset(l)
+dset(t)
+smix(d,5)
+smix(f,fixed)
+smix(C,DodgerBlue)
+smix(o,0)
+smix(x,0)
+smix(y,0)
+smix(l)
+smix(b)
+sppp(d,5)
+sppp(f,fixed)
+sppp(C,DodgerBlue)
+sppp(o,0)
+sppp(x,0)
+sppp(y,80)
+sppp(l)
+sppp(t)
+sapm(d,5)
+sapm(f,fixed)
+sapm(C,yellow)
+sapm(o,0)
+sapm(x,0)
+sapm(y,50)
+sapm(l)
+sapm(t)
+sclk(d,5)
+sclk(f,fixed)
+sclk(C,red)
+sclk(o,0)
+sclk(x,200)
+sclk(y,0)
+sclk(r)
+sclk(t)
+pdev(ppp0)
+clkf(testscript time is %H : %M : %S)
+clck(1)
+mixr(1)
+apmw(1)
+pppw(1)
+connecting(connecting..... first line,connecting.... secound line)
+connected(we are connected,get to work now.)
+disconnected(disconnected,)
diff --git a/themes/welcome b/themes/welcome
new file mode 100644
index 0000000..0ad1b58
--- /dev/null
+++ b/themes/welcome
@@ -0,0 +1,18 @@
+dset(x,300)
+dset(l)
+dset(y,300)
+dset(t)
+dset(f,-*-helvetica-*-*-*-*-*-360-*-*-*-*-*-*)
+dset(C,DodgerBlue)
+dset(d,5)
+strn(Welcome to osdSH,HELLO!!!)
+sleep(4)
+strn(Isn't it sexy?,It is\\\, I know)
+sleep(4)
+dset(x,0)
+bars(Sexyness bar:,100)
+sleep(5)
+dset(x,300)
+strn(All your base are,belong to osdsh)
+sleep(4)
+strn(Thank you \\\(very much\\\), Lord Darth Moultak)