From 5f0db41607c2a2ffddc57698f61a8f0d836b0275 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 31 Oct 2023 08:35:39 +0100 Subject: [PATCH] Show battery --- bundle/bundle--gui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--gui.el b/bundle/bundle--gui.el index 6faed140..8d4630a7 100644 --- a/bundle/bundle--gui.el +++ b/bundle/bundle--gui.el @@ -73,7 +73,7 @@ (doom-modeline-unicode-fallback nil) (doom-modeline-minor-modes nil) (doom-modeline-buffer-encoding nil) - (doom-modeline-battery nil)) + (doom-modeline-battery t)) (use-package helpful :commands (helpful-callable helpful-variable helpful-command helpful-key)