diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-09 02:29:47 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-09 02:29:47 +0200 |
commit | d41cd30ddef7ffd26ea0c799d734b703a6fb21db (patch) | |
tree | 832491cbabae676bf109481708d50741a20ea04c /xmobar.config-sample | |
parent | 899a2c3a6950dc5acfca2c532cac0086fb098b0b (diff) | |
download | xmobar-d41cd30ddef7ffd26ea0c799d734b703a6fb21db.tar.gz xmobar-d41cd30ddef7ffd26ea0c799d734b703a6fb21db.tar.bz2 |
new working version and named colors in config-sample
darcs-hash:20070709002947-d6583-404dd890e2ad9f6ff0115dfe4e1450f4ba369446.gz
Diffstat (limited to 'xmobar.config-sample')
-rw-r--r-- | xmobar.config-sample | 4 |
1 files changed, 2 insertions, 2 deletions
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 |