Skip to content

Commit

Permalink
tweak(doom-modeline): hide time icon
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Nov 18, 2023
1 parent 3cb67a1 commit 728d803
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-core-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
:custom
(doom-modeline-height 28)
(doom-modeline-bar-width 8)
(doom-modeline-time-icon nil)
(doom-modeline-buffer-encoding 'nondefault)
(doom-modeline-unicode-fallback t)
(doom-modeline-enable-word-count t)
Expand All @@ -82,7 +83,7 @@
:config
;; HACK: Add some padding to the right
(doom-modeline-def-modeline 'main
'(bar workspace-name window-number modals matches follow buffer-info
'(eldoc bar workspace-name window-number modals matches follow buffer-info
remote-host buffer-position word-count parrot selection-info)
'(compilation objed-state misc-info persp-name battery grip irc mu4e gnus
github debug repl lsp minor-modes input-method indent-info buffer-encoding
Expand Down

0 comments on commit 728d803

Please sign in to comment.