diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index da5cc50..39fc8e2 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -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)))) + " ")) "")))