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 | |
parent | b66934e1630f2330dc4ed348575b29a510abf86e (diff) | |
download | xmobar-035ce3810d5305accfe89e8ccb535d23a534c175.tar.gz xmobar-035ce3810d5305accfe89e8ccb535d23a534c175.tar.bz2 |
Typos
darcs-hash:20080822191327-3ebed-42744b1cc5c1e71ccc36f253da4909973224c39a.gz
-rw-r--r-- | Config.hs | 2 | ||||
-rw-r--r-- | README | 2 |
2 files changed, 2 insertions, 2 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 '%') @@ -298,7 +298,7 @@ Monitors have default aliases. `BatteryP Dirs Args RefreshRate` - aliases to `battery` -- Files: list of directories in /proc/acpi/battery/ direcotry where to +- Files: list of directories in /proc/acpi/battery/ directory where to look for the `state` and `info` files. Example: `["BAT0","BAT1","BAT2"]`. Only the first 3 directories will be searched. |