summaryrefslogtreecommitdiffhomepage
path: root/xmobar.config-sample
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 12:48:52 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-06-22 12:48:52 +0200
commitfbc623386b7ff8d93ee654aade906debae79873d (patch)
treec539c4d1407640c32edd87c424990971612fb285 /xmobar.config-sample
parent2b650e23f080abaad4053f7dac51af315109d5f5 (diff)
downloadxmobar-fbc623386b7ff8d93ee654aade906debae79873d.tar.gz
xmobar-fbc623386b7ff8d93ee654aade906debae79873d.tar.bz2
big update: this is a status bar now
Added a lot of features. darcs-hash:20070622104852-d6583-47563054fc99f87e003edd691a55d1b6816587bd.gz
Diffstat (limited to 'xmobar.config-sample')
-rw-r--r--xmobar.config-sample9
1 files changed, 7 insertions, 2 deletions
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 = "<fc=#0000ff>%date%</fc>"
+
}