summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-04-25 04:09:57 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-04-25 04:28:40 +0200
commitff867646d7b893506455fa4666c97ce7b415a4e7 (patch)
tree3a016fbbd445c91b9ca0c4c9266cad3bc7be82ce /src
parent2427c39a5e369aba0f3b00577aca4ccc5e200592 (diff)
downloadxmobar-ff867646d7b893506455fa4666c97ce7b415a4e7.tar.gz
xmobar-ff867646d7b893506455fa4666c97ce7b415a4e7.tar.bz2
A bit of documentation
Diffstat (limited to 'src')
-rw-r--r--src/Config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Config.hs b/src/Config.hs
index fef27fb..4f03d93 100644
--- a/src/Config.hs
+++ b/src/Config.hs
@@ -119,7 +119,8 @@ defaultConfig =
, Run StdinReader]
, sepChar = "%"
, alignSep = "}{"
- , template = "%StdinReader% }{ <fc=#00FF00>%uname%</fc> * <fc=#FF0000>%theDate%</fc>"
+ , template = "%StdinReader% }{ " ++
+ "<fc=#00FF00>%uname%</fc> * <fc=#FF0000>%theDate%</fc>"
}