summaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2016-07-26 03:53:24 +0200
committerjao <jao@gnu.org>2016-07-26 03:53:24 +0200
commitc98752cad2343932d42d2fef2229581f0c266800 (patch)
tree67f5331d7906987cd1ed20da4ce5179afa44f94d /readme.md
parente9ce98d934861a96f76f673b88fda55f4ceeb900 (diff)
downloadxmobar-c98752cad2343932d42d2fef2229581f0c266800.tar.gz
xmobar-c98752cad2343932d42d2fef2229581f0c266800.tar.bz2
Sensible thresholds for high/low battery power consumption
Fixes #265.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 35a574e..93469e2 100644
--- a/readme.md
+++ b/readme.md
@@ -866,8 +866,8 @@ something like:
- `-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)
+ - `-L`: low power (`watts`) threshold (default: 10)
+ - `-H`: high power threshold (default: 12)
- `-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 higher than the `-H` threshold