diff options
author | jao <jao@gnu.org> | 2014-12-30 00:28:45 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2014-12-30 00:28:45 +0100 |
commit | 0e28ee49b126949dae7784374eec9743068abc8d (patch) | |
tree | b1bec362bffeec37b8f1ba44fe4d3f4f0f5512f4 /src/Main.hs | |
parent | 22d41c0e611a7c2cc51209a4cc750ee87921e54a (diff) | |
download | xmobar-0e28ee49b126949dae7784374eec9743068abc8d.tar.gz xmobar-0e28ee49b126949dae7784374eec9743068abc8d.tar.bz2 |
Default to opaque
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs index 4146c1c..48df632 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -145,8 +145,8 @@ options = "The foreground color. Default grey" , Option "i" ["iconroot"] (ReqArg IconRoot "path") "Root directory for icon pattern paths. Default '.'" - , Option "a" ["alpha"] (ReqArg Alpha "alpha") - "The transparency: 0 is transparent, 255 is opaque" + , Option "A" ["alpha"] (ReqArg Alpha "alpha") + "The transparency: 0 is transparent, 255 is opaque. Default: 255" , Option "o" ["top"] (NoArg T) "Place xmobar at the top of the screen" , Option "b" ["bottom"] (NoArg B) "Place xmobar at the bottom of the screen" |