mirror of
https://github.com/correl/doom-modeline.git
synced 2024-11-23 19:19:50 +00:00
Change debug icon for convention.
This commit is contained in:
parent
acba2a0b6a
commit
4ed18908a4
1 changed files with 3 additions and 4 deletions
|
@ -1786,10 +1786,9 @@ mouse-3: Fetch notifications"
|
||||||
(defun doom-modeline-debug-icon (face)
|
(defun doom-modeline-debug-icon (face)
|
||||||
"Display debug icon with FACE."
|
"Display debug icon with FACE."
|
||||||
(if doom-modeline-icon
|
(if doom-modeline-icon
|
||||||
(doom-modeline-icon-material "bug_report"
|
(doom-modeline-icon-faicon "bug"
|
||||||
:height 1.1
|
:v-adjust -0.0575
|
||||||
:v-adjust (/ -0.27 all-the-icons-scale-factor)
|
:face face)
|
||||||
:face face)
|
|
||||||
(propertize "!" 'face face)))
|
(propertize "!" 'face face)))
|
||||||
|
|
||||||
(doom-modeline-def-segment debug
|
(doom-modeline-def-segment debug
|
||||||
|
|
Loading…
Reference in a new issue