summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 14:53:03 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 14:53:03 +0200
commit559c86d5af1d226a824615a73cc4c937cbe95903 (patch)
tree7e61f439ed09e69ba42f3b31ec29cf4c174ec57c
parent459489f45b1c51da26d573684c2de3891bb48ca5 (diff)
downloadxmobar-559c86d5af1d226a824615a73cc4c937cbe95903.tar.gz
xmobar-559c86d5af1d226a824615a73cc4c937cbe95903.tar.bz2
updated example config
darcs-hash:20070622125303-d6583-26c949f2d959d79afc3005953358fe6926126dac.gz
-rw-r--r--xmobar.config-sample15
1 files changed, 7 insertions, 8 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample
index 32bd759..108e870 100644
--- a/xmobar.config-sample
+++ b/xmobar.config-sample
@@ -1,14 +1,13 @@
-Config { fonts = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
+Config { fonts = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, bgColor = "#000000"
- , fgColor = "#00ff00"
+ , fgColor = "#BFBFBF"
, xPos = 0
, yPos = 0
- , width = 200
- , hight = 20
- , align = "center"
+ , width = 1024
+ , hight = 15
+ , align = "right"
, refresh = 10
- , commands = [("date", ["+%d-%m-%Y %X"])]
+ , commands = [("xmb-net", ["eth1"])]
, sepChar = "%"
- , template = "<fc=#0000ff>%date%</fc>"
-
+ , template = "%xmb-cpu% %xmb-mem% %xmb-net% <fc=#ee9a00>%date%</fc>"
}