diff options
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" |