From 12424d6eda711947eff7fad4f1429627b780fe01 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 26 May 2013 14:20:51 +0200 Subject: New idle status for battery monitor --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6055f56..fe22d37 100644 --- a/readme.md +++ b/readme.md @@ -734,6 +734,7 @@ something like: (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") + - `-i`: string for AC "idle" status (default: "On") - `-o`: string for AC "off" status (default: "Off") - `-L`: low power (`watts`) threshold (default: -12) - `-H`: high power threshold (default: -10) @@ -753,7 +754,7 @@ something like: Run BatteryP ["BAT0"] ["-t", " (%)", "-L", "10", "-H", "80", "-p", "3", - "--", "-O", "On - ", "-o", "", + "--", "-O", "On - ", "-i", "", "-L", "-15", "-H", "-5", "-l", "red", "-m", "blue", "-h", "green"] 600 @@ -774,6 +775,10 @@ something like: , "--", "-O", "Charging", "-o", "Battery: %" ] 10 +- The "idle" AC state is selected whenever the AC power entering the + battery is zero. + + ### `TopProc Args RefreshRate` - Aliases to `top` -- cgit v1.2.3