diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-26 14:20:51 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-05-26 14:20:51 +0200 |
commit | 12424d6eda711947eff7fad4f1429627b780fe01 (patch) | |
tree | feed0b91141d2beb737476c490d72be30f0b04ff /readme.md | |
parent | 430b8d21493092690a3c27c8c285202312f776bd (diff) | |
download | xmobar-12424d6eda711947eff7fad4f1429627b780fe01.tar.gz xmobar-12424d6eda711947eff7fad4f1429627b780fe01.tar.bz2 |
New idle status for battery monitor
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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", "<acstatus><watts> (<left>%)", "-L", "10", "-H", "80", "-p", "3", - "--", "-O", "<fc=green>On</fc> - ", "-o", "", + "--", "-O", "<fc=green>On</fc> - ", "-i", "", "-L", "-15", "-H", "-5", "-l", "red", "-m", "blue", "-h", "green"] 600 @@ -774,6 +775,10 @@ something like: , "--", "-O", "Charging", "-o", "Battery: <left>%" ] 10 +- The "idle" AC state is selected whenever the AC power entering the + battery is zero. + + ### `TopProc Args RefreshRate` - Aliases to `top` |