diff options
| author | Jose A Ortega Ruiz <jao@gnu.org> | 2010-05-22 02:03:29 +0200 | 
|---|---|---|
| committer | Jose A Ortega Ruiz <jao@gnu.org> | 2010-05-22 02:03:29 +0200 | 
| commit | d89e78b8e254bb0c2b1597d85998b49754849113 (patch) | |
| tree | 6132f37dd25b15dc6a75690b9f9c792b29f892bf | |
| parent | 811aac2944e71e87dc3993df112b85cc8ca71bea (diff) | |
| download | xmobar-d89e78b8e254bb0c2b1597d85998b49754849113.tar.gz xmobar-d89e78b8e254bb0c2b1597d85998b49754849113.tar.bz2 | |
<> scaped in README examples
Ignore-this: fd341e5e4e1b468734fc0b5b19372f76
darcs-hash:20100522000329-748be-5fb7e24c16f56903b2d7c58f34fdf14bc41ae88e.gz
| -rw-r--r-- | README | 9 | 
1 files changed, 4 insertions, 5 deletions
| @@ -398,7 +398,7 @@ Monitors have default aliases.    where the template can contain <size>, <free>, <used>, <freep> or    <usedp>, <freebar> or <usedbar> for total, free, used, free    percentage and used percentage of the given file system capacity. Example: -  `[("/", "<used>/<size>"), ("sdb1", "<usedbar>")]` +  `[("/", "\<used\>/\<size\>"), ("sdb1", "\<usedbar\>")]`  - Args: the argument list (see above). `-t`/`--template` is ignored.  - Default template: none (you must specify a template for each file system). @@ -408,7 +408,7 @@ Monitors have default aliases.  - Disks: list of pairs of the form (device or mount point, template),    where the template can contain <total>, <read>, <write> for total,    read and write speed, respectively. Example: -  `[("/", "<read> <write>"), ("sdb1", "<total>")]` +  `[("/", "\<read\> \<write\>"), ("sdb1", "\<total\>")]`  - Args: the argument list (see above). `-t`/`--template` is ignored.  - Default template: none (you must specify a template for each file system). @@ -443,7 +443,6 @@ Monitors have default aliases.  - This monitor requires coretemp module to be loaded in kernel  - Example: `Run CoreTemp ["-t","Temp:\<core0\>|\<core1\>C","-L","40","-H","60","-l","lightblue","-n","gray90","-h","red"] 50` -  `MPD Args RefreshRate`  - aliases to `mpd` @@ -458,8 +457,8 @@ Monitors have default aliases.  - Default template: `MPD: <state>`  - Example:      Run MPD ["-t", -             "<composer> <title> (<album>) <track>/<plength> <statei> ", -             "--", "-P", ">>", "-Z", "|", "-S", "><"] 10 +             "\<composer\> \<title\> (\<album\>) \<track\>/\<plength\> \<statei\> ", +             "--", "-P", "\>\>", "-Z", "|", "-S", "\>\<"] 10     Note that you need "--" to separate regular monitor options from     MPD's specific ones.  - This monitor will only be compiled if you ask for it using the | 
