From 559c86d5af1d226a824615a73cc4c937cbe95903 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 22 Jun 2007 14:53:03 +0200 Subject: updated example config darcs-hash:20070622125303-d6583-26c949f2d959d79afc3005953358fe6926126dac.gz --- xmobar.config-sample | 15 +++++++-------- 1 file 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 = "%date%" - + , template = "%xmb-cpu% %xmb-mem% %xmb-net% %date%" } -- cgit v1.2.3