;; Elpa packages: doom-modeline all-the-icons ;; Run: all-the-icons-install-fonts (use-package doom-modeline :ensure t :hook (after-init . doom-modeline-mode) :config (setq doom-modeline-height 1) (set-face-attribute 'mode-line nil :family "Noto Sans" :height 150) (set-face-attribute 'mode-line-inactive nil :family "Noto Sans" :height 150) )