diff options
author | jao <jao@gnu.org> | 2014-12-29 23:56:42 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-12-30 00:26:36 +0100 |
commit | 22d41c0e611a7c2cc51209a4cc750ee87921e54a (patch) | |
tree | b43d12c74f91a6cdef3878010da9d8935abf1368 /readme.md | |
parent | 87e92c4023a4a6cac5b6ff2e95b6d346eef10bd3 (diff) | |
parent | a98ac8fba46b8858959cee6062a49c9121f07fe9 (diff) | |
download | xmobar-22d41c0e611a7c2cc51209a4cc750ee87921e54a.tar.gz xmobar-22d41c0e611a7c2cc51209a4cc750ee87921e54a.tar.bz2 |
Merge branch 'transparency' of https://github.com/ezyang/xmobar
Conflicts:
src/Config.hs
src/Main.hs
src/Parsers.hs
src/XUtil.hsc
src/Xmobar.hs
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -233,6 +233,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). @@ -374,6 +377,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 |