From fbc623386b7ff8d93ee654aade906debae79873d Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Fri, 22 Jun 2007 12:48:52 +0200 Subject: big update: this is a status bar now Added a lot of features. darcs-hash:20070622104852-d6583-47563054fc99f87e003edd691a55d1b6816587bd.gz --- xmobar.config-sample | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'xmobar.config-sample') diff --git a/xmobar.config-sample b/xmobar.config-sample index 289af9b..32bd759 100644 --- a/xmobar.config-sample +++ b/xmobar.config-sample @@ -3,7 +3,12 @@ Config { fonts = "-misc-fixed-*-*-*-*-*-*-*-*-*-*-*-*" , fgColor = "#00ff00" , xPos = 0 , yPos = 0 - , width = 1024 - , hight = 15 + , width = 200 + , hight = 20 + , align = "center" , refresh = 10 + , commands = [("date", ["+%d-%m-%Y %X"])] + , sepChar = "%" + , template = "%date%" + } -- cgit v1.2.3