diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 44c0593..9a4e8d3 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -1786,10 +1786,9 @@ mouse-3: Fetch notifications" (defun doom-modeline-debug-icon (face) "Display debug icon with FACE." (if doom-modeline-icon - (doom-modeline-icon-material "bug_report" - :height 1.1 - :v-adjust (/ -0.27 all-the-icons-scale-factor) - :face face) + (doom-modeline-icon-faicon "bug" + :v-adjust -0.0575 + :face face) (propertize "!" 'face face))) (doom-modeline-def-segment debug