diff options
author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-06-24 20:27:24 +0200 |
---|---|---|
committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-06-24 20:27:24 +0200 |
commit | 961b6664453d73ea4d25ca91ef0870935fd340e1 (patch) | |
tree | abfd149d025ead1546f526e1ed863a894ee364c4 /README | |
parent | 1af9aa0016ec0f233cfeaae1869def4d4c513194 (diff) | |
download | xmobar-961b6664453d73ea4d25ca91ef0870935fd340e1.tar.gz xmobar-961b6664453d73ea4d25ca91ef0870935fd340e1.tar.bz2 |
Configurable border margins
Ignore-this: 18fcf93df84c7e8b6a263f3301a1666e
darcs-hash:20100624182724-748be-0b7c8d41243587bab906b4ea9739eca78aa1a21c.gz
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -157,6 +157,20 @@ Other configuration options: : position = Top +`border` +: TopB, TopBM, BottomB, BottomBM, FullB, FullBM or NoBorder (default). + +: TopB, BottomB, FullB take no arguments, and request drawing a + border at the top, bottom or around xmobar's window, + respectively. + +: TopBM, BottomBM, FullBM take an integer argument, which is the + margin, in pixels, between the border of the window and the + drawn border. + +`borderColor` +: Border color. + `commands` : For setting the options of the programs to run (optional). |