From 9711448199bc6566c65251a5309b431557678f01 Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 1 Dec 2022 09:42:24 +0100 Subject: [PATCH] Tweak the modeline so it fits the screen --- +ui.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/+ui.el b/+ui.el index 56eb605..2ed0dc7 100644 --- a/+ui.el +++ b/+ui.el @@ -12,7 +12,6 @@ (add-hook 'pdf-tools-enabled-hook 'pdf-view-midnight-minor-mode)) ;; Customize modeline (setq doom-modeline-major-mode-icon t - doom-modeline-persp-name t doom-modeline-buffer-encoding nil) ;; Hide direnv environment variables popup (setq direnv-always-show-summary nil) @@ -53,3 +52,5 @@ :icon (all-the-icons-octicon "book" :face 'doom-dashboard-menu-title) :face (:inherit (doom-dashboard-menu-title bold)) :action =wallabag) t) +;; Decrease size of icons in the modeline +(setq all-the-icons-scale-factor 1.0)