diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2011-11-28 02:09:41 -0500 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2013-07-07 11:49:12 -0700 |
commit | a98ac8fba46b8858959cee6062a49c9121f07fe9 (patch) | |
tree | 26eb3c032be406ddf546bb8cc488d34711877889 /readme.md | |
parent | ed1955e4bb307c7308880d1fae4bb99a7e34d9c7 (diff) | |
download | xmobar-a98ac8fba46b8858959cee6062a49c9121f07fe9.tar.gz xmobar-a98ac8fba46b8858959cee6062a49c9121f07fe9.tar.bz2 |
Transparency and tint support.
New configuration option 'alpha' which adjusts alpha transparency
(0 is transparent, 255 is opaque).
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -207,6 +207,9 @@ Other configuration options: `fgColor` : Default font color. +`alpha` +: The transparency. 0 is transparent, 255 is opaque. + `position` : Top, TopP, TopW, TopSize, Bottom, BottomP, BottomW, BottomSize or Static (with x, y, width and height). @@ -324,6 +327,7 @@ xmobar --help): -f font name --font=font name The font name -B bg color --bgcolor=bg color The background color. Default black -F fg color --fgcolor=fg color The foreground color. Default grey + -a alpha --alpha=alpha The transparency: 0 is transparent, 255 is opaque -o --top Place xmobar at the top of the screen -b --bottom Place xmobar at the bottom of the screen -d --dock Try to start xmobar as a dock |