diff options
author | Roman Cheplyaka <roma@ro-che.info> | 2008-08-22 21:13:27 +0200 |
---|---|---|
committer | Roman Cheplyaka <roma@ro-che.info> | 2008-08-22 21:13:27 +0200 |
commit | 035ce3810d5305accfe89e8ccb535d23a534c175 (patch) | |
tree | c66156d1406a84bef3ed72d6489ce202f7653ed2 /Config.hs | |
parent | b66934e1630f2330dc4ed348575b29a510abf86e (diff) | |
download | xmobar-035ce3810d5305accfe89e8ccb535d23a534c175.tar.gz xmobar-035ce3810d5305accfe89e8ccb535d23a534c175.tar.bz2 |
Typos
darcs-hash:20080822191327-3ebed-42744b1cc5c1e71ccc36f253da4909973224c39a.gz
Diffstat (limited to 'Config.hs')
-rw-r--r-- | Config.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ data Config = , bgColor :: String -- ^ Backgroud color , fgColor :: String -- ^ Default font color , position :: XPosition -- ^ Top Bottom or Static - , commands :: [Runnable] -- ^ For setting the command, the command argujments + , commands :: [Runnable] -- ^ For setting the command, the command arguments -- and refresh rate for the programs to run (optional) , sepChar :: String -- ^ The character to be used for indicating -- commands in the output template (default '%') |