summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-07-01 12:52:44 +0800
committerJSDurand <mmemmew@gmail.com>2021-07-01 12:52:44 +0800
commitd2cdcd1596a856c303b4faf294d281aaf7b9d658 (patch)
tree15390f939c0fc726e76a2b4230fcc832ba5fcd6c
parentb052292a2d1e48ea6619eac42e42f061d985afa6 (diff)
battery: set the threshold to 79 instead of 80
-rw-r--r--battery-conf.el2
1 files changed, 1 insertions, 1 deletions
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)