From 967c129a71738304fd1e7cee2ba200b68f9d6514 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 29 Aug 2023 10:33:40 +0800 Subject: battery: Set limit to 59 * battery-conf.el (battery-mode-line-limit): I think this limit better fits the usage now. --- battery-conf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'battery-conf.el') 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) -- cgit v1.2.3-18-g5258