diff options
author | JSDurand <mmemmew@gmail.com> | 2021-06-11 00:30:09 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-06-11 00:30:09 +0800 |
commit | 045c2b9ecadd5624a93f66fd2733d1964b8fcd3d (patch) | |
tree | 9e640844b814a99fadb5452b52a1877c145e4d44 /battery-conf.el | |
parent | 702f89dba5815c45ebb885f4511195465d68f8d5 (diff) |
battery-conf: limit = 80
* battery-conf.el (battery-mode-line-limit): I consider the battery
fully charged if it is chared above 80% now.
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 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) |