summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorJose A Ortega Ruiz <jao@gnu.org>2010-06-25 15:20:00 +0200
committerJose A Ortega Ruiz <jao@gnu.org>2010-06-25 15:20:00 +0200
commitb45170cb750309e3b60e4b8ce5d65230d8842d97 (patch)
tree905b879182aaa792a3a488e6f3d81a58e482d9ce /README
parentaacda640f8f6063b7ed98867930ec56f14b4daf2 (diff)
downloadxmobar-b45170cb750309e3b60e4b8ce5d65230d8842d97.tar.gz
xmobar-b45170cb750309e3b60e4b8ce5d65230d8842d97.tar.bz2
README: removed unneeded escape characters
Ignore-this: 34a50effbb96356ba1ef2f0bbd3e2400 darcs-hash:20100625132000-748be-338e7317676b316f8b3046204c4cefcad5fb6064.gz
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 999af62..1627c44 100644
--- a/README
+++ b/README
@@ -412,7 +412,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).
@@ -422,7 +422,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).
@@ -435,7 +435,7 @@ Monitors have default aliases.
- Default template: `Thm: <temp>C`
- This plugin works only on sytems with devices having thermal zone.
Check directories in /proc/acpi/thermal_zone for possible values.
-- Example: `Run Thermal "THRM" ["-t","iwl4965-temp: \<temp\>C"]`
+- Example: `Run Thermal "THRM" ["-t","iwl4965-temp: <temp>C"]`
`CpuFreq Args RefreshRate`
@@ -445,7 +445,7 @@ Monitors have default aliases.
`cpu0`, `cpu1`, .., `cpuN`
- Default template: `Freq: <cpu0>GHz`
- This monitor requires acpi_cpufreq module to be loaded in kernel
-- Example: `Run CpuFreq ["-t","Freq:\<cpu0\>|\<cpu1\>GHz","-L","0","-H","2","-l","lightblue","-n","white","-h","red"] 50`
+- Example: `Run CpuFreq ["-t","Freq:<cpu0>|<cpu1>GHz","-L","0","-H","2","-l","lightblue","-n","white","-h","red"] 50`
`CoreTemp Args RefreshRate`
@@ -455,7 +455,7 @@ Monitors have default aliases.
`core0`, `core1`, .., `coreN`
- Default template: `Temp: <core0>C`
- 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`
+- Example: `Run CoreTemp ["-t","Temp:<core0>|<core1>C","-L","40","-H","60","-l","lightblue","-n","gray90","-h","red"] 50`
`MPD Args RefreshRate`
@@ -471,9 +471,9 @@ Monitors have default aliases.
`album`, `title`, `track`, `file`, `genre`
- Default template: `MPD: <state>`
- Example:
- Run MPD ["-t",
- "\<composer\> \<title\> (\<album\>) \<track\>/\<plength\> \<statei\> ",
- "--", "-P", "\>\>", "-Z", "|", "-S", "\>\<"] 10
+ `Run MPD ["-t",
+ "<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