summaryrefslogtreecommitdiffhomepage
path: root/xmobar.config-sample
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-26 10:06:19 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-26 10:06:19 +0200
commit0cef0a9fded62e1d425124fd28db06f869d7f308 (patch)
tree9f266ef779e106f982911f9bbb32798030049150 /xmobar.config-sample
parent877c1f675d58443a839783f5897b7e164a351c0d (diff)
downloadxmobar-0cef0a9fded62e1d425124fd28db06f869d7f308.tar.gz
xmobar-0cef0a9fded62e1d425124fd28db06f869d7f308.tar.bz2
added refresh rate config option for each command to be run
darcs-hash:20070626080619-d6583-2d486498682a2f4e59c66effbfeb6861c609aef5.gz
Diffstat (limited to 'xmobar.config-sample')
-rw-r--r--xmobar.config-sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample
index 108e870..ad333bc 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-net", ["eth1"])]
+ , commands = [("xmb-net", 10, ["eth1"])]
, sepChar = "%"
, template = "%xmb-cpu% %xmb-mem% %xmb-net% <fc=#ee9a00>%date%</fc>"
}