mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-27 10:36:12 +01:00
488 B
488 B
Modeline
Doom Modeline
(use-package doom-modeline
:straight t
:config
(doom-modeline-mode)
(make-variable-buffer-local 'doom-modeline-icon)
(add-hook 'after-make-frame-hook
(lambda ()
(setq doom-modeline-icon (display-graphic-p)))))
Display Battery and Time
(display-time-mode)
(setq display-time-load-average nil)
(display-battery-mode)