aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-16 21:14:38 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-16 21:14:38 +0000
commit4bf91632557e438fb7cd5e93e1511a749aafcebd (patch)
treec58d7ac581ad815ca30f144d105e4bf6d5191c30 /README
parentf20bf2dd0b3a48191cec442df982185280b764b9 (diff)
downloaddzen-4bf91632557e438fb7cd5e93e1511a749aafcebd.tar.gz
dzen-4bf91632557e438fb7cd5e93e1511a749aafcebd.zip
clean up
readded text longer than line markers git-svn-id: http://dzen.googlecode.com/svn/trunk@125 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 62dadc1..9cf1430 100644
--- a/README
+++ b/README
@@ -374,7 +374,8 @@ of lines to the slave window as defined by the parameter to '-l'.
This feature allows to dynamically (at runtime) set foreground and
background colors for dzen's input (colored text) working in all
-modes (title only, slave window and menu mode).
+modes (title only, slave window and menu mode). You can specify the
+colors by using their symbolic names or '#rrggbb' values.
The input must be in the following format:
@@ -382,17 +383,26 @@ The input must be in the following format:
^fg(red)I'm red text ^fg(blue)I am blue
+ Escaped version, if you view this file with dzen:
+ ^^fg(red)I'm red text ^^fg(blue)I am blue
+
* Setting foreground and/or background colors:
^bg(#ffaaaa)The ^fg(yellow)text to ^bg(blue)^fg(orange)colorize
+ Escaped version, if you view this file with dzen:
+ ^^bg(#ffaaaa)The ^^fg(yellow)text to ^^bg(blue)^fg(orange)colorize
+
* If you need to print '^^' characters double them in order to escape them
from being interpreted
^fg(grey70)Some text containing ^^ characters
+ Escaped version, if you view this file with dzen:
+ ^^fg(grey70)Some text containing ^^^^ characters
+
Examples: