From 4ed18908a44f0ac567ad1cf34ef5f712a9f9432d Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Mon, 15 Apr 2019 19:18:31 +0800 Subject: [PATCH] Change debug icon for convention. --- doom-modeline-segments.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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