From c98752cad2343932d42d2fef2229581f0c266800 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 26 Jul 2016 03:53:24 +0200 Subject: Sensible thresholds for high/low battery power consumption Fixes #265. --- src/Plugins/Monitors/Batt.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Plugins/Monitors/Batt.hs') diff --git a/src/Plugins/Monitors/Batt.hs b/src/Plugins/Monitors/Batt.hs index 2ceac09..81c9aee 100644 --- a/src/Plugins/Monitors/Batt.hs +++ b/src/Plugins/Monitors/Batt.hs @@ -51,8 +51,8 @@ defaultOpts = BattOpts , lowWColor = Nothing , mediumWColor = Nothing , highWColor = Nothing - , lowThreshold = -12 - , highThreshold = -10 + , lowThreshold = 10 + , highThreshold = 12 , onlineFile = "AC/online" , scale = 1e6 , onIconPattern = Nothing -- cgit v1.2.3