diff options
author | Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com> | 2007-07-05 17:28:15 +0200 |
---|---|---|
committer | Krzysztof Kosciuszkiewicz <k.kosciuszkiewicz@gmail.com> | 2007-07-05 17:28:15 +0200 |
commit | 8e776294736c5f8178517f0be09a1dd78e6a5fcf (patch) | |
tree | fb4f9fd37ca3555ed4ffb1b781003a5b002b90a8 /xmobar.config-sample | |
parent | aeacd762e4669d7dc0bb27920a45bd7b85ccc5a2 (diff) | |
download | xmobar-8e776294736c5f8178517f0be09a1dd78e6a5fcf.tar.gz xmobar-8e776294736c5f8178517f0be09a1dd78e6a5fcf.tar.bz2 |
Fix few config name typos
darcs-hash:20070705152815-ba08c-f5840daee9eeeae5eda5d37c9188583537c58583.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 f2b084d..5d01a82 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -1,10 +1,10 @@ -Config { fonts = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" +Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , bgColor = "#000000" , fgColor = "#BFBFBF" , xPos = 0 , yPos = 0 , width = 1024 - , hight = 15 + , height = 15 , align = "right" , refresh = 10 , commands = [("xmb-weather", 36000, ["EGPF"]), ("xmb-net", 10, ["eth0"])] |