summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-19 17:44:49 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2012-08-19 17:44:49 +0200
commit2596e2a21d23979ca1bebd87698b00e195d5b5d9 (patch)
tree491214e277cef731221f9a86f27f0e3d861457d4
parentc6ee412a0264607e5b91356bdee6605af0fd1cf5 (diff)
downloadxmobar-2596e2a21d23979ca1bebd87698b00e195d5b5d9.tar.gz
xmobar-2596e2a21d23979ca1bebd87698b00e195d5b5d9.tar.bz2
Doc tweak
-rw-r--r--readme.md27
1 files changed, 13 insertions, 14 deletions
diff --git a/readme.md b/readme.md
index f6b2af7..45eeca6 100644
--- a/readme.md
+++ b/readme.md
@@ -609,20 +609,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`