summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-15 00:23:08 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-01-15 00:23:08 +0100
commitdc09eaa311110b90e1768b52da73eee250e2aadb (patch)
treec29d88a00477fa79cd87dd8bd3c075e911e9b9f6
parent1971c97301bd56767a282ae654e6743fb7aa6e38 (diff)
downloadxmobar-dc09eaa311110b90e1768b52da73eee250e2aadb.tar.gz
xmobar-dc09eaa311110b90e1768b52da73eee250e2aadb.tar.bz2
More documentation nits
-rw-r--r--README20
1 files changed, 11 insertions, 9 deletions
diff --git a/README b/README
index 6a4bcd7..4d94987 100644
--- a/README
+++ b/README
@@ -317,9 +317,9 @@ standard input reader, an Unix named pipe reader, and a configurable
date plugin. These plugins install the following internal commands:
`Weather`, `Network`, `Wireless` (optional), `Memory`, `Swap`, `Cpu`,
`MultiCpu`, `Battery`, `TopProc`, `TopMem`, `DiskU`, `DiskIO`,
-`Thermal`, `CpuFreq`, `CoreTemp`, `MPD` (optional), `Mail` (optional),
-`MBox` (optional), `Date`, `Uptime`, `StdinReader`, `CommandReader`,
-and `PipeReader`.
+`Thermal`, `CpuFreq`, `CoreTemp`, `Volume` (optional), `MPD`
+(optional), `Mail` (optional), `MBox` (optional), `Date`, `Uptime`,
+`StdinReader`, `CommandReader`, and `PipeReader`.
To remove them see below Installing/Removing a Plugin
@@ -562,20 +562,22 @@ Monitors have default aliases.
- Args: default monitor arguments (see below). Also accepts:
- `-O` _string_ On string
- The string used in place of `<status>` when the mixer element
- is on.
+ is on. Defaults to "[on]".
- Long option: `--on`
- `-o` _string_ Off string
- The string used in place of `<status>` when the mixer element
- is off.
+ is off. Defaults to "[off]".
- Long option: `--off`
- `-C` _color_ On color
- - The color to be used for `<status>` when the mixer element is on.
+ - The color to be used for `<status>` when the mixer element
+ is on. Defaults to "green".
- Long option: `--onc`
- `-c` _color_ Off color
- - The color to be used for `<status>` when the mixer element is off.
+ - The color to be used for `<status>` when the mixer element
+ is off. Defaults to "red".
- Long option: `--offc`
- - `--highd` _number_ High threshold for dB
- - `--lowd` _number_ Low threshold for dB
+ - `--highd` _number_ High threshold for dB. Defaults to -5.0.
+ - `--lowd` _number_ Low threshold for dB. Defaults to -30.0.
- Variables that can be used with the `-t`/`--template` argument:
`volume`, `dB`, `status`
- Default template: `Vol: <volume>% <status>`