From 045c2b9ecadd5624a93f66fd2733d1964b8fcd3d Mon Sep 17 00:00:00 2001 From: JSDurand Date: Fri, 11 Jun 2021 00:30:09 +0800 Subject: battery-conf: limit = 80 * battery-conf.el (battery-mode-line-limit): I consider the battery fully charged if it is chared above 80% now. --- battery-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/battery-conf.el b/battery-conf.el index 271db2e..4f0bd07 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 90) +(setq battery-mode-line-limit 80) (setq battery-update-interval 180) (setq battery-load-low 20) (setq battery-load-critical 10) -- cgit v1.2.3-18-g5258