mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
Merge branch 'main' into single-monitor
This commit is contained in:
commit
a1bac98dc0
1 changed files with 1 additions and 4 deletions
|
@ -123,12 +123,9 @@
|
|||
|
||||
(use-package doom-modeline
|
||||
:init (doom-modeline-mode)
|
||||
:custom-face
|
||||
(mode-line ((t (:height 0.75))))
|
||||
(mode-line-inactive ((t (:height 0.7))))
|
||||
:custom
|
||||
(doom-modeline-height 30)
|
||||
(doom-modeline-bar-width 4)
|
||||
(doom-modeline-bar-width .75)
|
||||
(doom-modeline-window-width-limit fill-column)
|
||||
(doom-modeline-lsp t)
|
||||
(doom-modeline-minor-modes t)
|
||||
|
|
Loading…
Reference in a new issue