From d2cdcd1596a856c303b4faf294d281aaf7b9d658 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Thu, 1 Jul 2021 12:52:44 +0800 Subject: battery: set the threshold to 79 instead of 80 --- battery-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery-conf.el b/battery-conf.el index 4f0bd07..7fe9b83 100644 --- a/battery-conf.el +++ b/battery-conf.el @@ -90,7 +90,7 @@ The following %-sequences are provided: (advice-add 'battery-pmset :override 'durand-battery-pmset) (setq battery-mode-line-format " %d %L %b%p%%%%") -(setq battery-mode-line-limit 80) +(setq battery-mode-line-limit 79) (setq battery-update-interval 180) (setq battery-load-low 20) (setq battery-load-critical 10) -- cgit v1.2.3-18-g5258