diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-05 15:24:27 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-07-05 15:24:27 +0200 |
commit | 457452589f1a62e82139ddc05a32d57bc7ca5b16 (patch) | |
tree | 1e629bc44805e536d9b0e25578b3e29101484033 /xmobar.config-sample | |
parent | 3cf746639166572d01a22e8f358c694dda7fee64 (diff) | |
download | xmobar-457452589f1a62e82139ddc05a32d57bc7ca5b16.tar.gz xmobar-457452589f1a62e82139ddc05a32d57bc7ca5b16.tar.bz2 |
updated sample configuration0.4
darcs-hash:20070705132427-d6583-ae95100b76bdec257b75b3d99191e1628240d00e.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 8f3d348..f2b084d 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -7,7 +7,7 @@ Config { fonts = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*" , hight = 15 , align = "right" , refresh = 10 - , commands = [("xmb-weather", 36000, ["EGPF"]), ("xmb-net", 10, ["eth1"])] + , commands = [("xmb-weather", 36000, ["EGPF"]), ("xmb-net", 10, ["eth0"])] , sepChar = "%" - , template = "%xmb-cpu% %xmb-mem% %xmb-net% | %xmb-weather% | <fc=#ee9a00>%date%</fc>" + , template = "%xmb-cpu% | %xmb-mem% * %xmb-swap% | %xmb-net% | %xmb-weather% | <fc=#ee9a00>%date%</fc>" } |