From b45170cb750309e3b60e4b8ce5d65230d8842d97 Mon Sep 17 00:00:00 2001 From: Jose A Ortega Ruiz Date: Fri, 25 Jun 2010 15:20:00 +0200 Subject: README: removed unneeded escape characters Ignore-this: 34a50effbb96356ba1ef2f0bbd3e2400 darcs-hash:20100625132000-748be-338e7317676b316f8b3046204c4cefcad5fb6064.gz --- README | 16 ++++++++-------- 1 file 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 , , , or , or for total, free, used, free percentage and used percentage of the given file system capacity. Example: - `[("/", "\/\"), ("sdb1", "\")]` + `[("/", "/"), ("sdb1", "")]` - 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 , , for total, read and write speed, respectively. Example: - `[("/", "\ \"), ("sdb1", "\")]` + `[("/", " "), ("sdb1", "")]` - 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: 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: \C"]` +- Example: `Run Thermal "THRM" ["-t","iwl4965-temp: C"]` `CpuFreq Args RefreshRate` @@ -445,7 +445,7 @@ Monitors have default aliases. `cpu0`, `cpu1`, .., `cpuN` - Default template: `Freq: GHz` - This monitor requires acpi_cpufreq module to be loaded in kernel -- Example: `Run CpuFreq ["-t","Freq:\|\GHz","-L","0","-H","2","-l","lightblue","-n","white","-h","red"] 50` +- Example: `Run CpuFreq ["-t","Freq:|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: C` - This monitor requires coretemp module to be loaded in kernel -- Example: `Run CoreTemp ["-t","Temp:\|\C","-L","40","-H","60","-l","lightblue","-n","gray90","-h","red"] 50` +- Example: `Run CoreTemp ["-t","Temp:|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: ` - Example: - Run MPD ["-t", - "\ \ (\) \/\ \ ", - "--", "-P", "\>\>", "-Z", "|", "-S", "\>\<"] 10 + `Run MPD ["-t", + " (<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 -- cgit v1.2.3