mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00: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…
Reference in a new issue