aboutsummaryrefslogtreecommitdiffstats
path: root/README.dzen
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-17 22:26:28 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-17 22:26:28 +0000
commitf2454aab13a7c08b11ab67f53201fc17802c6bf8 (patch)
treed51b6a75d81bb1a5ed3af91ca21615800415b174 /README.dzen
parent620127f00ef1aa4c30e013c56dc00c2b1b47a4c5 (diff)
downloaddzen-f2454aab13a7c08b11ab67f53201fc17802c6bf8.tar.gz
dzen-f2454aab13a7c08b11ab67f53201fc17802c6bf8.zip
README fixes
git-svn-id: http://dzen.googlecode.com/svn/trunk@157 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'README.dzen')
-rw-r--r--README.dzen10
1 files changed, 6 insertions, 4 deletions
diff --git a/README.dzen b/README.dzen
index 36226c4..cff49cd 100644
--- a/README.dzen
+++ b/README.dzen
@@ -415,7 +415,9 @@ Positioning:
------------
^^p(PIXEL) position next input amount of PIXELs to the right
+ or left of the current position
a.k.a. relative positioning
+
^^pa(PIXEL) position next input at PIXEL
a.k.a. absolute positioning
For maximum predictability ^^pa() should only be
@@ -437,10 +439,10 @@ Other:
in order to position the input inside other already
drawn input.
-Example:
-^^ib(1)^^pa(4)^^fg(red)^^ro(100x15)^^pa(6)^^fg(blue)^^r(20x10)^^fg(orange)^^pa(28)^^r(40x10)^^pa(70)^^p(2)^^fg(darkgreen)^^co(12)^^p(2)^^c(12)
-Giving:
-^ib(1)^pa(4)^fg(red)^ro(100x15)^pa(6)^fg(blue)^r(20x10)^fg(orange)^pa(28)^r(40x10)^pa(70)^p(2)^fg(darkgreen)^co(12)^p(2)^c(12)
+ Example:
+ ^^ib(1)^^fg(red)^^ro(100x15)^^p(-98)^^fg(blue)^^r(20x10)^^fg(orange)^^p(3)^^r(40x10)^^p(4)^^fg(darkgreen)^^co(12)^^p(2)^^c(10)
+ Giving:
+ ^ib(1)^fg(red)^ro(100x15)^p(-98)^fg(blue)^r(20x10)^fg(orange)^p(3)^r(40x10)^p(4)^fg(darkgreen)^co(12)^p(2)^c(10)