mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-05 17:31:37 -05:00
Add one space padding at the last position of checker segment.
This commit is contained in:
parent
45426588f0
commit
86142a68cf
1 changed files with 2 additions and 1 deletions
|
@ -932,7 +932,8 @@ icons."
|
||||||
:inherit
|
:inherit
|
||||||
mode-line-inactive)))
|
mode-line-inactive)))
|
||||||
(when (and doom-modeline-icon icon text) doom-modeline-inactive-vspc)
|
(when (and doom-modeline-icon icon text) doom-modeline-inactive-vspc)
|
||||||
(when text (propertize text 'face 'mode-line-inactive))))))
|
(when text (propertize text 'face 'mode-line-inactive))))
|
||||||
|
" "))
|
||||||
"")))
|
"")))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue