diff options
author | JSDurand <mmemmew@gmail.com> | 2021-07-01 12:52:44 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-07-01 12:52:44 +0800 |
commit | d2cdcd1596a856c303b4faf294d281aaf7b9d658 (patch) | |
tree | 15390f939c0fc726e76a2b4230fcc832ba5fcd6c /battery-conf.el | |
parent | b052292a2d1e48ea6619eac42e42f061d985afa6 (diff) |
battery: set the threshold to 79 instead of 80
Diffstat (limited to 'battery-conf.el')
-rw-r--r-- | battery-conf.el | 2 |
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) |