diff options
author | JSDurand <mmemmew@gmail.com> | 2023-08-29 10:33:40 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-08-29 10:33:40 +0800 |
commit | 967c129a71738304fd1e7cee2ba200b68f9d6514 (patch) | |
tree | 0a4bcc55626a3d7dc3a54a1203e2e9a97a741d08 | |
parent | afe39e063d825e35ac094e8207afa95a647fc643 (diff) |
battery: Set limit to 59
* battery-conf.el (battery-mode-line-limit): I think this limit better
fits the usage now.
-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 7fe9b83..b212399 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 79) +(setq battery-mode-line-limit 59) (setq battery-update-interval 180) (setq battery-load-low 20) (setq battery-load-critical 10) |