diff options
author | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-22 14:51:33 +0200 |
---|---|---|
committer | Andrea Rossato <andrea.rossato@ing.unitn.it> | 2007-06-22 14:51:33 +0200 |
commit | 9159ad58340a6315c8904d58375ecf3ec6180330 (patch) | |
tree | b945ae1b57aea6c7a781902f04fd85d40ace90c1 /xmobar.hs | |
parent | 85a1674a870395bb71f6510952565a3fdfa402d2 (diff) | |
download | xmobar-9159ad58340a6315c8904d58375ecf3ec6180330.tar.gz xmobar-9159ad58340a6315c8904d58375ecf3ec6180330.tar.bz2 |
comments
darcs-hash:20070622125133-d6583-02619546581771a509ea9b21f0336b43353fefd0.gz
Diffstat (limited to 'xmobar.hs')
-rw-r--r-- | xmobar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -99,7 +99,7 @@ defaultConfig = , template = "Uptime: <fc=#00FF00>%uptime%</fc> ** <fc=#FF0000>%date%</fc>" } --- | This is just estetics: see 'runXMobar' +-- | This is just esthetics: see 'runXMobar' type Xbar a = ReaderT Config IO a -- $main @@ -116,7 +116,7 @@ main = runReaderT runXMobar config -- | Totally useless: since most of the operations are done in the IO --- monad it is ofter simpler to pass Config instead of keeping on lifting. +-- monad it is ofter simpler to pass Config instead of lifting everytime. -- But we like the mtl library...;-) runXMobar :: Xbar () runXMobar = |