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/Config.hs | |
parent | 22d41c0e611a7c2cc51209a4cc750ee87921e54a (diff) | |
download | xmobar-0e28ee49b126949dae7784374eec9743068abc8d.tar.gz xmobar-0e28ee49b126949dae7784374eec9743068abc8d.tar.bz2 |
Default to opaque
Diffstat (limited to 'src/Config.hs')
-rw-r--r-- | src/Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Config.hs b/src/Config.hs index ee58a92..6353112 100644 --- a/src/Config.hs +++ b/src/Config.hs @@ -112,7 +112,7 @@ defaultConfig = Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "#000000" , fgColor = "#BFBFBF" - , alpha = 0 + , alpha = 255 , position = Top , border = NoBorder , borderColor = "#BFBFBF" |