diff options
| -rw-r--r-- | xmobar.cabal | 2 | ||||
| -rw-r--r-- | xmobar.config-sample | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/xmobar.cabal b/xmobar.cabal index e8b3965..a2dc4e3 100644 --- a/xmobar.cabal +++ b/xmobar.cabal @@ -1,5 +1,5 @@  name:               xmobar -version:            0.5 +version:            0.6  homepage:           http://gorgias.mine.nu/repos/xmobar/  synopsis:           A Statusbar for the XMonad Window Manager  description: 	    Xmobar is a minimal status bar for the XMonad Window Manager. diff --git a/xmobar.config-sample b/xmobar.config-sample index 8324538..51c912b 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -1,6 +1,6 @@  Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" -       , bgColor = "#000000" -       , fgColor = "#BFBFBF" +       , bgColor = "black" +       , fgColor = "grey"         , xPos = 0         , yPos = 0         , width = 1024 | 
