summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--readme.md31
1 files changed, 16 insertions, 15 deletions
diff --git a/readme.md b/readme.md
index c69466e..2d18f67 100644
--- a/readme.md
+++ b/readme.md
@@ -676,20 +676,19 @@ something like:
look for the ACPI files of each battery. Example:
`["BAT0","BAT1","BAT2"]`. Only the first 3 directories will be
searched.
-- Args: default monitor arguments, plus the following
- specific ones:
- - `-O`: string for AC "on" status (default: "On")
- - `-o`: string for AC "off" status (default: "Off")
- - `-L`: low power (`watts`) threshold (default: -12)
- - `-H`: high power threshold (default: -10)
- - `-l`: color to display power lower than the `-L` threshold
- - `-m`: color to display power lower than the `-H` threshold
- - `-h`: color to display power highter than the `-H` threshold
- - `-p`: color to display positive power (battery charging)
- - `-f`: file in `/sys/class/power_supply` with AC info (default:
- "AC/online")
- All this options, being specific to the monitor, are to be specified
- after a `--` in the argument list (see example below).
+- Args: default monitor arguments, plus the following specific ones
+ (these options, being specific to the monitor, are to be specified
+ after a `--` in the argument list):
+ - `-O`: string for AC "on" status (default: "On")
+ - `-o`: string for AC "off" status (default: "Off")
+ - `-L`: low power (`watts`) threshold (default: -12)
+ - `-H`: high power threshold (default: -10)
+ - `-l`: color to display power lower than the `-L` threshold
+ - `-m`: color to display power lower than the `-H` threshold
+ - `-h`: color to display power highter than the `-H` threshold
+ - `-p`: color to display positive power (battery charging)
+ - `-f`: file in `/sys/class/power_supply` with AC info (default:
+ "AC/online")
- Variables that can be used with the `-t`/`--template` argument:
`left`, `leftbar`, `timeleft`, `watts`, `acstatus`
@@ -707,7 +706,9 @@ something like:
In the above example, the thresholds before the "--" separator
affect only the `<left>` and `<leftbar>` fields, while those after
- the separator affect how `<watts>` is displayed.
+ the separator affect how `<watts>` is displayed. For this monitor,
+ neither the generic nor the specific options have any effect on
+ `<timeleft>`.
### `TopProc Args RefreshRate`