From e93f7497251ad1af2b65ae519c68e93fd9af79cb Mon Sep 17 00:00:00 2001 From: gotmor Date: Fri, 11 May 2007 14:09:40 +0000 Subject: 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 --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') 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 -- cgit v1.2.3-54-g00ecf