aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-11 14:09:40 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-11 14:09:40 +0000
commite93f7497251ad1af2b65ae519c68e93fd9af79cb (patch)
tree81aa5796b4c7f879a1b7661f5f7c467253b732e0 /README
parentb8edb7ec2f7bd7abb216f8c7173630c1ce7e4574 (diff)
downloaddzen-e93f7497251ad1af2b65ae519c68e93fd9af79cb.tar.gz
dzen-e93f7497251ad1af2b65ae519c68e93fd9af79cb.zip
new option: -ta title window content alignement (l|c|r)
git-svn-id: http://dzen.googlecode.com/svn/trunk@20 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 515f50a..3098e4f 100644
--- a/README
+++ b/README
@@ -46,6 +46,8 @@ dzen accepts a couple of options:
-fg foreground color
-bg background color
-fn font
+ -ta alignement of title window content
+ l(eft), c(center), r(right)
-a autohide, see 1)
-l lines, see 2)
-e events and actions, see 3)
@@ -243,7 +245,7 @@ Examples:
* Dzen as xmonad (see http://xmonad.org) statusbar:
- status.sh | dzen2 -fn '-*-profont-*-*-*-*-11-*-*-*-*-*-iso8859' -bg '#aecf96' -fg black \
+ status.sh | dzen2 -ta r -fn '-*-profont-*-*-*-*-11-*-*-*-*-*-iso8859' -bg '#aecf96' -fg black \
-p -e 'sigusr1=raise;sigusr2=lower;onquit=exec:rm /tmp/dzen2-pid;button3=exit' & echo $! > /tmp/dzen2-pid