Tweak the modeline so it fits the screen

This commit is contained in:
coolneng 2022-12-01 09:42:24 +01:00
parent f46b5043a2
commit 9711448199
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 2 additions and 1 deletions

3
+ui.el
View File

@ -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)