Add one space padding at the last position of checker segment.

This commit is contained in:
Vincent Zhang 2019-05-06 02:09:10 +08:00
parent 45426588f0
commit 86142a68cf

View file

@ -932,7 +932,8 @@ icons."
:inherit
mode-line-inactive)))
(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))))
" "))
"")))