diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 22:47:20 +0100 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-10-28 22:47:20 +0100 |
commit | 00d7e261ec864b9cdbdd3fa1cd90e4121d08630d (patch) | |
tree | d01092a564c9cf40997cd703450ec276f5e4e880 /Plugins/helloworld.config | |
parent | 73cf182f09fd806ff653197a816b7d20bf9319a2 (diff) | |
download | xmobar-00d7e261ec864b9cdbdd3fa1cd90e4121d08630d.tar.gz xmobar-00d7e261ec864b9cdbdd3fa1cd90e4121d08630d.tar.bz2 |
Added support for text alignment commands in the output template
WARNING: this patch breaks old configuration files.
- removed align configuration option
- added alignSep configuration option, a 2 character string: the text
before the first character will be align to left, the text in
between the 2 characters will be centered, and the text after the
second character will be align to the right. For instance:
with alignSep
darcs-hash:20071028214720-d6583-be3839c8989a8075f4b1c94dcbc351b499342370.gz
Diffstat (limited to 'Plugins/helloworld.config')
-rw-r--r-- | Plugins/helloworld.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Plugins/helloworld.config b/Plugins/helloworld.config index 4dfc082..dcf99ff 100644 --- a/Plugins/helloworld.config +++ b/Plugins/helloworld.config @@ -2,11 +2,11 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "#000000" , fgColor = "#BFBFBF" , position = Top - , align = "right" , commands = [ Run Cpu [] 10 , Run Weather "LIPB" [] 36000 , Run HelloWorld ] , sepChar = "%" - , template = "%cpu% | %helloWorld% | %LIPB% | <fc=yellow>%date%</fc>" + , alignSep = "}{" + , template = "%cpu% } %helloWorld% { %LIPB% | <fc=yellow>%date%</fc>" } |